Html Css Color HEX #D22C8E Deep Cerise

📋 copy color: '#D22C8E'

red 210 ◦ green 44 ◦ blue 142

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

Shades of Deep Cerise #D22C8E

Tints of Deep Cerise #D22C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 53.03%
G = 11.11%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D22C8E (or 0xD22C8E) is known color: Deep Cerise. HEX triplet: D2, 2C and 8E. RGB value is (210,44,142). Sum of RGB (Red+Green+Blue) = 210+44+142=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C8E is #2DD371. Grayscale: #686868. Windows color (decimal): -3003250 or 9317586. OLE color: 9317586.

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

Color convert

RGB 210 44 142 -
CMYK 0 0.79 0.32 0.18
HSL 324.58º 0.65% 0.5% -
HSV(B) 324.58º 0.79% 0.82% -
XYZ 32.36 17.46 27.25 -
YUV 104.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 210 44 142 0 0.79 0.32 0.18 324.58 0.65 0.5
Hex D2 2C 8E 0 4F 20 12 145 41 32
Octal 322 54 216 0 117 40 22 505 101 62
Binary 11010010 101100 10001110 0 1001111 100000 10010 101000101 1000001 110010

Color Harmonies of #D22C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C8E

Black with #D22C8E

Text Example


Text Example

White with #D22C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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