Html Css Color HEX #D22D93 Deep Cerise

📋 copy color: '#D22D93'

red 210 ◦ green 45 ◦ blue 147

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

Shades of Deep Cerise #D22D93

Tints of Deep Cerise #D22D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 52.24%
G = 11.19%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D22D93 (or 0xD22D93) is known color: Deep Cerise. HEX triplet: D2, 2D and 93. RGB value is (210,45,147). Sum of RGB (Red+Green+Blue) = 210+45+147=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D93 is #2DD26C. Grayscale: #696969. Windows color (decimal): -3002989 or 9645522. OLE color: 9645522.

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

Color convert

RGB 210 45 147 -
CMYK 0 0.79 0.30 0.18
HSL 322.91º 0.65% 0.5% -
HSV(B) 322.91º 0.79% 0.82% -
XYZ 32.78 17.68 29.29 -
YUV 105.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 210 45 147 0 0.79 0.30 0.18 322.91 0.65 0.5
Hex D2 2D 93 0 4F 1E 12 143 41 32
Octal 322 55 223 0 117 36 22 503 101 62
Binary 11010010 101101 10010011 0 1001111 11110 10010 101000011 1000001 110010

Color Harmonies of #D22D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D93

Black with #D22D93

Text Example


Text Example

White with #D22D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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