Html Css Color HEX #D32484 Deep Cerise

📋 copy color: '#D32484'

red 211 ◦ green 36 ◦ blue 132

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

Shades of Deep Cerise #D32484

Tints of Deep Cerise #D32484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 55.67%
G = 9.5%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D32484 (or 0xD32484) is known color: Deep Cerise. HEX triplet: D3, 24 and 84. RGB value is (211,36,132). Sum of RGB (Red+Green+Blue) = 211+36+132=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D32484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32484 is #2CDB7B. Grayscale: #636363. Windows color (decimal): -2939772 or 8660179. OLE color: 8660179.

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

Color convert

RGB 211 36 132 -
CMYK 0 0.83 0.37 0.17
HSL 327.09º 0.71% 0.48% -
HSV(B) 327.09º 0.83% 0.83% -
XYZ 31.66 16.78 23.4 -
YUV 99.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 211 36 132 0 0.83 0.37 0.17 327.09 0.71 0.48
Hex D3 24 84 0 53 25 11 147 47 30
Octal 323 44 204 0 123 45 21 507 107 60
Binary 11010011 100100 10000100 0 1010011 100101 10001 101000111 1000111 110000

Color Harmonies of #D32484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32484

Black with #D32484

Text Example


Text Example

White with #D32484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32484; }

 p { color: rgb(211,36,132); }

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

background-color css

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

 a { background-color: rgb(211,36,132); }

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

border-color css

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

 span { border-color: rgb(211,36,132); }

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