Html Css Color HEX #D32995 Deep Cerise

📋 copy color: '#D32995'

red 211 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #D32995

Tints of Deep Cerise #D32995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 52.62%
G = 10.22%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D32995 (or 0xD32995) is known color: Deep Cerise. HEX triplet: D3, 29 and 95. RGB value is (211,41,149). Sum of RGB (Red+Green+Blue) = 211+41+149=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D32995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32995 is #2CD66A. Grayscale: #676767. Windows color (decimal): -2938475 or 9775571. OLE color: 9775571.

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

Color convert

RGB 211 41 149 -
CMYK 0 0.81 0.29 0.17
HSL 321.88º 0.67% 0.49% -
HSV(B) 321.88º 0.81% 0.83% -
XYZ 33.08 17.6 30.09 -
YUV 104.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 211 41 149 0 0.81 0.29 0.17 321.88 0.67 0.49
Hex D3 29 95 0 51 1D 11 142 43 31
Octal 323 51 225 0 121 35 21 502 103 61
Binary 11010011 101001 10010101 0 1010001 11101 10001 101000010 1000011 110001

Color Harmonies of #D32995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32995

Black with #D32995

Text Example


Text Example

White with #D32995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32995; }

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

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

background-color css

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

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

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

border-color css

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

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

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