Html Css Color HEX #D32978 Deep Cerise

📋 copy color: '#D32978'

red 211 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #D32978

Tints of Deep Cerise #D32978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 56.72%
G = 11.02%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D32978 (or 0xD32978) is known color: Deep Cerise. HEX triplet: D3, 29 and 78. RGB value is (211,41,120). Sum of RGB (Red+Green+Blue) = 211+41+120=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D32978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32978 is #2CD687. Grayscale: #646464. Windows color (decimal): -2938504 or 7875027. OLE color: 7875027.

HSL color Cylindrical-coordinate representation of color #D32978: hue angle of 332.12º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32978 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 120 -
CMYK 0 0.81 0.43 0.17
HSL 332.12º 0.67% 0.49% -
HSV(B) 332.12º 0.81% 0.83% -
XYZ 31.05 16.79 19.37 -
YUV 100.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 211 41 120 0 0.81 0.43 0.17 332.12 0.67 0.49
Hex D3 29 78 0 51 2B 11 14C 43 31
Octal 323 51 170 0 121 53 21 514 103 61
Binary 11010011 101001 1111000 0 1010001 101011 10001 101001100 1000011 110001

Color Harmonies of #D32978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32978

Black with #D32978

Text Example


Text Example

White with #D32978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32978; }

 p { color: rgb(211,41,120); }

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

background-color css

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

 a { background-color: rgb(211,41,120); }

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

border-color css

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

 span { border-color: rgb(211,41,120); }

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