Html Css Color HEX #D4238E Deep Cerise

📋 copy color: '#D4238E'

red 212 ◦ green 35 ◦ blue 142

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

Shades of Deep Cerise #D4238E

Tints of Deep Cerise #D4238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 54.5%
G = 9%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4238E (or 0xD4238E) is known color: Deep Cerise. HEX triplet: D4, 23 and 8E. RGB value is (212,35,142). Sum of RGB (Red+Green+Blue) = 212+35+142=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4238E is #2BDC71. Grayscale: #636363. Windows color (decimal): -2874482 or 9315284. OLE color: 9315284.

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

Color convert

RGB 212 35 142 -
CMYK 0 0.83 0.33 0.17
HSL 323.73º 0.72% 0.48% -
HSV(B) 323.73º 0.83% 0.83% -
XYZ 32.63 17.15 27.18 -
YUV 100.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 212 35 142 0 0.83 0.33 0.17 323.73 0.72 0.48
Hex D4 23 8E 0 53 21 11 144 48 30
Octal 324 43 216 0 123 41 21 504 110 60
Binary 11010100 100011 10001110 0 1010011 100001 10001 101000100 1001000 110000

Color Harmonies of #D4238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4238E

Black with #D4238E

Text Example


Text Example

White with #D4238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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