Html Css Color HEX #D32E91 Deep Cerise

📋 copy color: '#D32E91'

red 211 ◦ green 46 ◦ blue 145

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

Shades of Deep Cerise #D32E91

Tints of Deep Cerise #D32E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 52.49%
G = 11.44%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D32E91 (or 0xD32E91) is known color: Deep Cerise. HEX triplet: D3, 2E and 91. RGB value is (211,46,145). Sum of RGB (Red+Green+Blue) = 211+46+145=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32E91 is #2CD16E. Grayscale: #6A6A6A. Windows color (decimal): -2937199 or 9514707. OLE color: 9514707.

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

Color convert

RGB 211 46 145 -
CMYK 0 0.78 0.31 0.17
HSL 324º 0.65% 0.5% -
HSV(B) 324º 0.78% 0.83% -
XYZ 32.95 17.85 28.5 -
YUV 106.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 211 46 145 0 0.78 0.31 0.17 324 0.65 0.5
Hex D3 2E 91 0 4E 1F 11 144 41 32
Octal 323 56 221 0 116 37 21 504 101 62
Binary 11010011 101110 10010001 0 1001110 11111 10001 101000100 1000001 110010

Color Harmonies of #D32E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32E91

Black with #D32E91

Text Example


Text Example

White with #D32E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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