Html Css Color HEX #D4238A Deep Cerise

📋 copy color: '#D4238A'

red 212 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D4238A

Tints of Deep Cerise #D4238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 55.06%
G = 9.09%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4238A (or 0xD4238A) is known color: Deep Cerise. HEX triplet: D4, 23 and 8A. RGB value is (212,35,138). Sum of RGB (Red+Green+Blue) = 212+35+138=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4238A is #2BDC75. Grayscale: #636363. Windows color (decimal): -2874486 or 9053140. OLE color: 9053140.

HSL color Cylindrical-coordinate representation of color #D4238A: hue angle of 325.08º 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 #D4238A is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 138 -
CMYK 0 0.83 0.35 0.17
HSL 325.08º 0.72% 0.48% -
HSV(B) 325.08º 0.83% 0.83% -
XYZ 32.34 17.03 25.63 -
YUV 99.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 212 35 138 0 0.83 0.35 0.17 325.08 0.72 0.48
Hex D4 23 8A 0 53 23 11 145 48 30
Octal 324 43 212 0 123 43 21 505 110 60
Binary 11010100 100011 10001010 0 1010011 100011 10001 101000101 1001000 110000

Color Harmonies of #D4238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4238A

Black with #D4238A

Text Example


Text Example

White with #D4238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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