Html Css Color HEX #D22C98 Deep Cerise

📋 copy color: '#D22C98'

red 210 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #D22C98

Tints of Deep Cerise #D22C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 51.72%
G = 10.84%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D22C98 (or 0xD22C98) is known color: Deep Cerise. HEX triplet: D2, 2C and 98. RGB value is (210,44,152). Sum of RGB (Red+Green+Blue) = 210+44+152=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C98 is #2DD367. Grayscale: #696969. Windows color (decimal): -3003240 or 9972946. OLE color: 9972946.

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

Color convert

RGB 210 44 152 -
CMYK 0 0.79 0.28 0.18
HSL 320.96º 0.65% 0.5% -
HSV(B) 320.96º 0.79% 0.82% -
XYZ 33.15 17.77 31.39 -
YUV 105.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 210 44 152 0 0.79 0.28 0.18 320.96 0.65 0.5
Hex D2 2C 98 0 4F 1C 12 141 41 32
Octal 322 54 230 0 117 34 22 501 101 62
Binary 11010010 101100 10011000 0 1001111 11100 10010 101000001 1000001 110010

Color Harmonies of #D22C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C98

Black with #D22C98

Text Example


Text Example

White with #D22C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C98; }

 p { color: rgb(210,44,152); }

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

background-color css

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

 a { background-color: rgb(210,44,152); }

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

border-color css

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

 span { border-color: rgb(210,44,152); }

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