Html Css Color HEX #D22E8E Deep Cerise

📋 copy color: '#D22E8E'

red 210 ◦ green 46 ◦ blue 142

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

Shades of Deep Cerise #D22E8E

Tints of Deep Cerise #D22E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

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

R = 52.76%
G = 11.56%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D22E8E (or 0xD22E8E) is known color: Deep Cerise. HEX triplet: D2, 2E and 8E. RGB value is (210,46,142). Sum of RGB (Red+Green+Blue) = 210+46+142=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22E8E is #2DD171. Grayscale: #696969. Windows color (decimal): -3002738 or 9318098. OLE color: 9318098.

HSL color Cylindrical-coordinate representation of color #D22E8E: hue angle of 324.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E8E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 46 142 -
CMYK 0 0.78 0.32 0.18
HSL 324.88º 0.65% 0.5% -
HSV(B) 324.88º 0.78% 0.82% -
XYZ 32.44 17.61 27.28 -
YUV 105.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 210 46 142 0 0.78 0.32 0.18 324.88 0.65 0.5
Hex D2 2E 8E 0 4E 20 12 145 41 32
Octal 322 56 216 0 116 40 22 505 101 62
Binary 11010010 101110 10001110 0 1001110 100000 10010 101000101 1000001 110010

Color Harmonies of #D22E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E8E

Black with #D22E8E

Text Example


Text Example

White with #D22E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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