Html Css Color HEX #D32F7C Deep Cerise

📋 copy color: '#D32F7C'

red 211 ◦ green 47 ◦ blue 124

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

Shades of Deep Cerise #D32F7C

Tints of Deep Cerise #D32F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 55.24%
G = 12.3%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D32F7C (or 0xD32F7C) is known color: Deep Cerise. HEX triplet: D3, 2F and 7C. RGB value is (211,47,124). Sum of RGB (Red+Green+Blue) = 211+47+124=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32F7C is #2CD083. Grayscale: #686868. Windows color (decimal): -2936964 or 8138707. OLE color: 8138707.

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

Color convert

RGB 211 47 124 -
CMYK 0 0.78 0.41 0.17
HSL 331.83º 0.65% 0.51% -
HSV(B) 331.83º 0.78% 0.83% -
XYZ 31.52 17.34 20.75 -
YUV 104.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 211 47 124 0 0.78 0.41 0.17 331.83 0.65 0.51
Hex D3 2F 7C 0 4E 29 11 14C 41 33
Octal 323 57 174 0 116 51 21 514 101 63
Binary 11010011 101111 1111100 0 1001110 101001 10001 101001100 1000001 110011

Color Harmonies of #D32F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32F7C

Black with #D32F7C

Text Example


Text Example

White with #D32F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32F7C; }

 p { color: rgb(211,47,124); }

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

background-color css

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

 a { background-color: rgb(211,47,124); }

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

border-color css

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

 span { border-color: rgb(211,47,124); }

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