Html Css Color HEX #D32992 Deep Cerise

📋 copy color: '#D32992'

red 211 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D32992

Tints of Deep Cerise #D32992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 53.02%
G = 10.3%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D32992 (or 0xD32992) is known color: Deep Cerise. HEX triplet: D3, 29 and 92. RGB value is (211,41,146). Sum of RGB (Red+Green+Blue) = 211+41+146=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D32992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32992 is #2CD66D. Grayscale: #676767. Windows color (decimal): -2938478 or 9578963. OLE color: 9578963.

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

Color convert

RGB 211 41 146 -
CMYK 0 0.81 0.31 0.17
HSL 322.94º 0.67% 0.49% -
HSV(B) 322.94º 0.81% 0.83% -
XYZ 32.85 17.51 28.84 -
YUV 103.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 211 41 146 0 0.81 0.31 0.17 322.94 0.67 0.49
Hex D3 29 92 0 51 1F 11 143 43 31
Octal 323 51 222 0 121 37 21 503 103 61
Binary 11010011 101001 10010010 0 1010001 11111 10001 101000011 1000011 110001

Color Harmonies of #D32992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32992

Black with #D32992

Text Example


Text Example

White with #D32992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32992; }

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

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

background-color css

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

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

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

border-color css

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

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

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