Html Css Color HEX #D22D85 Deep Cerise

📋 copy color: '#D22D85'

red 210 ◦ green 45 ◦ blue 133

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

Shades of Deep Cerise #D22D85

Tints of Deep Cerise #D22D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 54.12%
G = 11.6%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D22D85 (or 0xD22D85) is known color: Deep Cerise. HEX triplet: D2, 2D and 85. RGB value is (210,45,133). Sum of RGB (Red+Green+Blue) = 210+45+133=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D85 is #2DD27A. Grayscale: #686868. Windows color (decimal): -3003003 or 8728018. OLE color: 8728018.

HSL color Cylindrical-coordinate representation of color #D22D85: hue angle of 328º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D85 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 45 133 -
CMYK 0 0.79 0.37 0.18
HSL 328º 0.65% 0.5% -
HSV(B) 328º 0.79% 0.82% -
XYZ 31.75 17.27 23.85 -
YUV 104.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 210 45 133 0 0.79 0.37 0.18 328 0.65 0.5
Hex D2 2D 85 0 4F 25 12 148 41 32
Octal 322 55 205 0 117 45 22 510 101 62
Binary 11010010 101101 10000101 0 1001111 100101 10010 101001000 1000001 110010

Color Harmonies of #D22D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D85

Black with #D22D85

Text Example


Text Example

White with #D22D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D85; }

 p { color: rgb(210,45,133); }

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

background-color css

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

 a { background-color: rgb(210,45,133); }

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

border-color css

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

 span { border-color: rgb(210,45,133); }

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