Html Css Color HEX #D4228E Deep Cerise

📋 copy color: '#D4228E'

red 212 ◦ green 34 ◦ blue 142

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

Shades of Deep Cerise #D4228E

Tints of Deep Cerise #D4228E

RGB

 RED value IS 212 (83.2% from 255) = 54.64%

 GREEN value IS 34 (13.67% from 255) = 8.76%

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

R = 54.64%
G = 8.76%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4228E (or 0xD4228E) is known color: Deep Cerise. HEX triplet: D4, 22 and 8E. RGB value is (212,34,142). Sum of RGB (Red+Green+Blue) = 212+34+142=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4228E is #2BDD71. Grayscale: #636363. Windows color (decimal): -2874738 or 9315028. OLE color: 9315028.

HSL color Cylindrical-coordinate representation of color #D4228E: hue angle of 323.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4228E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 142 -
CMYK 0 0.84 0.33 0.17
HSL 323.6º 0.72% 0.48% -
HSV(B) 323.6º 0.84% 0.83% -
XYZ 32.61 17.09 27.17 -
YUV 99.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 212 34 142 0 0.84 0.33 0.17 323.6 0.72 0.48
Hex D4 22 8E 0 54 21 11 144 48 30
Octal 324 42 216 0 124 41 21 504 110 60
Binary 11010100 100010 10001110 0 1010100 100001 10001 101000100 1001000 110000

Color Harmonies of #D4228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4228E

Black with #D4228E

Text Example


Text Example

White with #D4228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4228E; }

 p { color: rgb(212,34,142); }

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

background-color css

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

 a { background-color: rgb(212,34,142); }

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

border-color css

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

 span { border-color: rgb(212,34,142); }

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