Html Css Color HEX #DC28D1 Razzle Dazzle Rose

📋 copy color: '#DC28D1'

red 220 ◦ green 40 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DC28D1

Tints of Razzle Dazzle Rose #DC28D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 46.91%
G = 8.53%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC28D1 (or 0xDC28D1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and D1. RGB value is (220,40,209). Sum of RGB (Red+Green+Blue) = 220+40+209=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28D1 is #23D72E. Grayscale: #707070. Windows color (decimal): -2348847 or 13707484. OLE color: 13707484.

HSL color Cylindrical-coordinate representation of color #DC28D1: hue angle of 303.67º 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 #DC28D1 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 209 -
CMYK 0 0.82 0.05 0.14
HSL 303.67º 0.72% 0.51% -
HSV(B) 303.67º 0.82% 0.86% -
XYZ 41.78 21.34 62.24 -
YUV 113.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 220 40 209 0 0.82 0.05 0.14 303.67 0.72 0.51
Hex DC 28 D1 0 52 5 E 130 48 33
Octal 334 50 321 0 122 5 16 460 110 63
Binary 11011100 101000 11010001 0 1010010 101 1110 100110000 1001000 110011

Color Harmonies of #DC28D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28D1

Black with #DC28D1

Text Example


Text Example

White with #DC28D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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