Html Css Color HEX #D22280 Deep Cerise

📋 copy color: '#D22280'

red 210 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #D22280

Tints of Deep Cerise #D22280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 56.45%
G = 9.14%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22280 (or 0xD22280) is known color: Deep Cerise. HEX triplet: D2, 22 and 80. RGB value is (210,34,128). Sum of RGB (Red+Green+Blue) = 210+34+128=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D22280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22280 is #2DDD7F. Grayscale: #616161. Windows color (decimal): -3005824 or 8397522. OLE color: 8397522.

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

Color convert

RGB 210 34 128 -
CMYK 0 0.84 0.39 0.18
HSL 327.95º 0.72% 0.48% -
HSV(B) 327.95º 0.84% 0.82% -
XYZ 31.05 16.4 21.95 -
YUV 97.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 210 34 128 0 0.84 0.39 0.18 327.95 0.72 0.48
Hex D2 22 80 0 54 27 12 148 48 30
Octal 322 42 200 0 124 47 22 510 110 60
Binary 11010010 100010 10000000 0 1010100 100111 10010 101001000 1001000 110000

Color Harmonies of #D22280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22280

Black with #D22280

Text Example


Text Example

White with #D22280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22280; }

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

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

background-color css

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

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

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

border-color css

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

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

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