Html Css Color HEX #D22780 Deep Cerise

📋 copy color: '#D22780'

red 210 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #D22780

Tints of Deep Cerise #D22780

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

 GREEN value IS 39 (15.63% from 255) = 10.34%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 55.7%
G = 10.34%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22780 (or 0xD22780) is known color: Deep Cerise. HEX triplet: D2, 27 and 80. RGB value is (210,39,128). Sum of RGB (Red+Green+Blue) = 210+39+128=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D22780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22780 is #2DD87F. Grayscale: #646464. Windows color (decimal): -3004544 or 8398802. OLE color: 8398802.

HSL color Cylindrical-coordinate representation of color #D22780: hue angle of 328.77º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22780 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 128 -
CMYK 0 0.81 0.39 0.18
HSL 328.77º 0.69% 0.49% -
HSV(B) 328.77º 0.81% 0.82% -
XYZ 31.2 16.71 22 -
YUV 100.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 210 39 128 0 0.81 0.39 0.18 328.77 0.69 0.49
Hex D2 27 80 0 51 27 12 149 45 31
Octal 322 47 200 0 121 47 22 511 105 61
Binary 11010010 100111 10000000 0 1010001 100111 10010 101001001 1000101 110001

Color Harmonies of #D22780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22780

Black with #D22780

Text Example


Text Example

White with #D22780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22780; }

 p { color: rgb(210,39,128); }

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

background-color css

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

 a { background-color: rgb(210,39,128); }

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

border-color css

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

 span { border-color: rgb(210,39,128); }

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