Html Css Color HEX #D22980 Deep Cerise

📋 copy color: '#D22980'

red 210 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #D22980

Tints of Deep Cerise #D22980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.82%

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

R = 55.41%
G = 10.82%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22980 (or 0xD22980) is known color: Deep Cerise. HEX triplet: D2, 29 and 80. RGB value is (210,41,128). Sum of RGB (Red+Green+Blue) = 210+41+128=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D22980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22980 is #2DD67F. Grayscale: #656565. Windows color (decimal): -3004032 or 8399314. OLE color: 8399314.

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

Color convert

RGB 210 41 128 -
CMYK 0 0.80 0.39 0.18
HSL 329.11º 0.67% 0.49% -
HSV(B) 329.11º 0.8% 0.82% -
XYZ 31.27 16.85 22.03 -
YUV 101.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 210 41 128 0 0.80 0.39 0.18 329.11 0.67 0.49
Hex D2 29 80 0 50 27 12 149 43 31
Octal 322 51 200 0 120 47 22 511 103 61
Binary 11010010 101001 10000000 0 1010000 100111 10010 101001001 1000011 110001

Color Harmonies of #D22980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22980

Black with #D22980

Text Example


Text Example

White with #D22980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22980; }

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

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

background-color css

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

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

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

border-color css

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

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

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