Html Css Color HEX #D22D73 Deep Cerise

📋 copy color: '#D22D73'

red 210 ◦ green 45 ◦ blue 115

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

Shades of Deep Cerise #D22D73

Tints of Deep Cerise #D22D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 56.76%
G = 12.16%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D22D73 (or 0xD22D73) is known color: Deep Cerise. HEX triplet: D2, 2D and 73. RGB value is (210,45,115). Sum of RGB (Red+Green+Blue) = 210+45+115=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22D73 is #2DD28C. Grayscale: #666666. Windows color (decimal): -3003021 or 7548370. OLE color: 7548370.

HSL color Cylindrical-coordinate representation of color #D22D73: hue angle of 334.55º 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 #D22D73 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 45 115 -
CMYK 0 0.79 0.45 0.18
HSL 334.55º 0.65% 0.5% -
HSV(B) 334.55º 0.79% 0.82% -
XYZ 30.61 16.82 17.85 -
YUV 102.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 210 45 115 0 0.79 0.45 0.18 334.55 0.65 0.5
Hex D2 2D 73 0 4F 2D 12 14F 41 32
Octal 322 55 163 0 117 55 22 517 101 62
Binary 11010010 101101 1110011 0 1001111 101101 10010 101001111 1000001 110010

Color Harmonies of #D22D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D73

Black with #D22D73

Text Example


Text Example

White with #D22D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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