Html Css Color HEX #D32EAC Deep Cerise

📋 copy color: '#D32EAC'

red 211 ◦ green 46 ◦ blue 172

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

Shades of Deep Cerise #D32EAC

Tints of Deep Cerise #D32EAC

RGB

 RED value IS 211 (82.81% from 255) = 49.18%

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

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

R = 49.18%
G = 10.72%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D32EAC (or 0xD32EAC) is known color: Deep Cerise. HEX triplet: D3, 2E and AC. RGB value is (211,46,172). Sum of RGB (Red+Green+Blue) = 211+46+172=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32EAC is #2CD153. Grayscale: #6D6D6D. Windows color (decimal): -2937172 or 11284179. OLE color: 11284179.

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

Color convert

RGB 211 46 172 -
CMYK 0 0.78 0.18 0.17
HSL 314.18º 0.65% 0.5% -
HSV(B) 314.18º 0.78% 0.83% -
XYZ 35.29 18.78 40.8 -
YUV 109.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 211 46 172 0 0.78 0.18 0.17 314.18 0.65 0.5
Hex D3 2E AC 0 4E 12 11 13A 41 32
Octal 323 56 254 0 116 22 21 472 101 62
Binary 11010011 101110 10101100 0 1001110 10010 10001 100111010 1000001 110010

Color Harmonies of #D32EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EAC

Black with #D32EAC

Text Example


Text Example

White with #D32EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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