#DA31C6

Color #DA31C6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DA31C6

Tints of Razzle Dazzle Rose #DA31C6

Color information

#DA31C6 (or 0xDA31C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 31 and C6. RGB value is (218,49,198). Sum of RGB (Red+Green+Blue) = 218+49+198=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31C6 is #25CE39. Grayscale: #747474. Windows color (decimal): -2477626 or 12988890. OLE color: 12988890.

HSL color Cylindrical-coordinate representation of color #DA31C6: hue angle of 307.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31C6 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21849198-
CMYK00.780.090.15
HSL307.1º69.55%52.35%-
HSV(B)307.1º77.52%85.49%-
XYZ40.221.1855.4-
YUV116.52173.99200.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 49 (19.53% from 255) = 10.54%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=46.88%
G=10.54%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184919800.780.090.15307.169.5552.35
HexDA31C604E9F1334634
Octal332613060116111746310664
Binary110110101100011100011001001110100111111001100111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA31C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA31C6; }

 p { color: rgb(218,49,198); }

 H1.HeaderClassName
 {
   color: #DA31C6;
 }
 .AnyTagClassName
 {
   color: #DA31C6;
 }
</style>
background-color css

<style>
 a { background-color: #DA31C6; }

 a { background-color: rgb(218,49,198); }

 div.DivClassName
 {
   background-color: #DA31C6;
 }
 .BgClassName
 {
   background-color: #DA31C6;
 }
</style>
border-color css

<style>
 span { border-color: #DA31C6; }

 span { border-color: rgb(218,49,198); }

 td.TdClassName
 {
   border-color: #DA31C6;
 }
 .TagClassName
 {
   border-color: #DA31C6;
 }
</style>