Html Css Color HEX #DA31C6 Razzle Dazzle Rose

📋 copy color: '#DA31C6'

red 218 ◦ green 49 ◦ blue 198

#DA31C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DA31C6

Tints of Razzle Dazzle Rose #DA31C6

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 value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA31C6 (or 0xDA31C6) is known color: 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

RGB 218 49 198 -
CMYK 0 0.78 0.09 0.15
HSL 307.1º 0.7% 0.52% -
HSV(B) 307.1º 0.78% 0.85% -
XYZ 40.2 21.18 55.4 -
YUV 116.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 218 49 198 0 0.78 0.09 0.15 307.1 0.7 0.52
Hex DA 31 C6 0 4E 9 F 133 46 34
Octal 332 61 306 0 116 11 17 463 106 64
Binary 11011010 110001 11000110 0 1001110 1001 1111 100110011 1000110 110100

Color Harmonies of #DA31C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31C6

Black with #DA31C6

Text Example


Text Example

White with #DA31C6

Text Example


Text Example

HTML Codes & Css Web 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>