Html Css Color HEX #DC31C6 Razzle Dazzle Rose

📋 copy color: '#DC31C6'

red 220 ◦ green 49 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DC31C6

Tints of Razzle Dazzle Rose #DC31C6

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

 GREEN value IS 49 (19.53% from 255) = 10.49%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 47.11%
G = 10.49%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC31C6 (or 0xDC31C6) is known color: Razzle Dazzle Rose. HEX triplet: DC, 31 and C6. RGB value is (220,49,198). Sum of RGB (Red+Green+Blue) = 220+49+198=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31C6 is #23CE39. Grayscale: #747474. Windows color (decimal): -2346554 or 12988892. OLE color: 12988892.

HSL color Cylindrical-coordinate representation of color #DC31C6: hue angle of 307.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31C6 is Cyan = 0, Magento = 0.78, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 198 -
CMYK 0 0.78 0.1 0.14
HSL 307.72º 0.71% 0.53% -
HSV(B) 307.72º 0.78% 0.86% -
XYZ 40.81 21.49 55.42 -
YUV 117.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 220 49 198 0 0.78 0.1 0.14 307.72 0.71 0.53
Hex DC 31 C6 0 4E A E 134 47 35
Octal 334 61 306 0 116 12 16 464 107 65
Binary 11011100 110001 11000110 0 1001110 1010 1110 100110100 1000111 110101

Color Harmonies of #DC31C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31C6

Black with #DC31C6

Text Example


Text Example

White with #DC31C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31C6; }

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

 H1.HeaderClassName
 {
   color: #DC31C6;
 }
 .AnyTagClassName
 {
   color: #DC31C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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