Html Css Color HEX #DC28C9 Razzle Dazzle Rose

📋 copy color: '#DC28C9'

red 220 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DC28C9

Tints of Razzle Dazzle Rose #DC28C9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 47.72%
G = 8.68%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC28C9 (or 0xDC28C9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and C9. RGB value is (220,40,201). Sum of RGB (Red+Green+Blue) = 220+40+201=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28C9 is #23D736. Grayscale: #6F6F6F. Windows color (decimal): -2348855 or 13183196. OLE color: 13183196.

HSL color Cylindrical-coordinate representation of color #DC28C9: hue angle of 306.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28C9 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 201 -
CMYK 0 0.82 0.09 0.14
HSL 306.33º 0.72% 0.51% -
HSV(B) 306.33º 0.82% 0.86% -
XYZ 40.82 20.95 57.15 -
YUV 112.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 220 40 201 0 0.82 0.09 0.14 306.33 0.72 0.51
Hex DC 28 C9 0 52 9 E 132 48 33
Octal 334 50 311 0 122 11 16 462 110 63
Binary 11011100 101000 11001001 0 1010010 1001 1110 100110010 1001000 110011

Color Harmonies of #DC28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28C9

Black with #DC28C9

Text Example


Text Example

White with #DC28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28C9; }

 p { color: rgb(220,40,201); }

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

background-color css

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

 a { background-color: rgb(220,40,201); }

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

border-color css

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

 span { border-color: rgb(220,40,201); }

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