Html Css Color HEX #D42EAC Deep Cerise

📋 copy color: '#D42EAC'

red 212 ◦ green 46 ◦ blue 172

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

Shades of Deep Cerise #D42EAC

Tints of Deep Cerise #D42EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 49.3%
G = 10.7%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D42EAC (or 0xD42EAC) is known color: Deep Cerise. HEX triplet: D4, 2E and AC. RGB value is (212,46,172). Sum of RGB (Red+Green+Blue) = 212+46+172=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D42EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42EAC is #2BD153. Grayscale: #6D6D6D. Windows color (decimal): -2871636 or 11284180. OLE color: 11284180.

HSL color Cylindrical-coordinate representation of color #D42EAC: hue angle of 314.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42EAC is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 46 172 -
CMYK 0 0.78 0.19 0.17
HSL 314.46º 0.66% 0.51% -
HSV(B) 314.46º 0.78% 0.83% -
XYZ 35.57 18.93 40.81 -
YUV 110 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 212 46 172 0 0.78 0.19 0.17 314.46 0.66 0.51
Hex D4 2E AC 0 4E 13 11 13A 42 33
Octal 324 56 254 0 116 23 21 472 102 63
Binary 11010100 101110 10101100 0 1001110 10011 10001 100111010 1000010 110011

Color Harmonies of #D42EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42EAC

Black with #D42EAC

Text Example


Text Example

White with #D42EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42EAC; }

 p { color: rgb(212,46,172); }

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

background-color css

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

 a { background-color: rgb(212,46,172); }

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

border-color css

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

 span { border-color: rgb(212,46,172); }

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