Html Css Color HEX #D32973 Deep Cerise

📋 copy color: '#D32973'

red 211 ◦ green 41 ◦ blue 115

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

Shades of Deep Cerise #D32973

Tints of Deep Cerise #D32973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 57.49%
G = 11.17%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D32973 (or 0xD32973) is known color: Deep Cerise. HEX triplet: D3, 29 and 73. RGB value is (211,41,115). Sum of RGB (Red+Green+Blue) = 211+41+115=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D32973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32973 is #2CD68C. Grayscale: #646464. Windows color (decimal): -2938509 or 7547347. OLE color: 7547347.

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

Color convert

RGB 211 41 115 -
CMYK 0 0.81 0.45 0.17
HSL 333.88º 0.67% 0.49% -
HSV(B) 333.88º 0.81% 0.83% -
XYZ 30.75 16.67 17.82 -
YUV 100.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 211 41 115 0 0.81 0.45 0.17 333.88 0.67 0.49
Hex D3 29 73 0 51 2D 11 14E 43 31
Octal 323 51 163 0 121 55 21 516 103 61
Binary 11010011 101001 1110011 0 1010001 101101 10001 101001110 1000011 110001

Color Harmonies of #D32973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32973

Black with #D32973

Text Example


Text Example

White with #D32973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32973; }

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

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

background-color css

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

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

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

border-color css

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

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

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