Html Css Color HEX #D22C92 Deep Cerise

📋 copy color: '#D22C92'

red 210 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #D22C92

Tints of Deep Cerise #D22C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 52.5%
G = 11%
B = 36.5%

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

#D22C92 (or 0xD22C92) is known color: Deep Cerise. HEX triplet: D2, 2C and 92. RGB value is (210,44,146). Sum of RGB (Red+Green+Blue) = 210+44+146=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C92 is #2DD36D. Grayscale: #696969. Windows color (decimal): -3003246 or 9579730. OLE color: 9579730.

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

Color convert

RGB 210 44 146 -
CMYK 0 0.79 0.30 0.18
HSL 323.13º 0.65% 0.5% -
HSV(B) 323.13º 0.79% 0.82% -
XYZ 32.67 17.58 28.87 -
YUV 105.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 210 44 146 0 0.79 0.30 0.18 323.13 0.65 0.5
Hex D2 2C 92 0 4F 1E 12 143 41 32
Octal 322 54 222 0 117 36 22 503 101 62
Binary 11010010 101100 10010010 0 1001111 11110 10010 101000011 1000001 110010

Color Harmonies of #D22C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C92

Black with #D22C92

Text Example


Text Example

White with #D22C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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