Html Css Color HEX #D32990 Deep Cerise

📋 copy color: '#D32990'

red 211 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #D32990

Tints of Deep Cerise #D32990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 53.28%
G = 10.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D32990 (or 0xD32990) is known color: Deep Cerise. HEX triplet: D3, 29 and 90. RGB value is (211,41,144). Sum of RGB (Red+Green+Blue) = 211+41+144=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D32990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32990 is #2CD66F. Grayscale: #676767. Windows color (decimal): -2938480 or 9447891. OLE color: 9447891.

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

Color convert

RGB 211 41 144 -
CMYK 0 0.81 0.32 0.17
HSL 323.65º 0.67% 0.49% -
HSV(B) 323.65º 0.81% 0.83% -
XYZ 32.69 17.45 28.03 -
YUV 103.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 211 41 144 0 0.81 0.32 0.17 323.65 0.67 0.49
Hex D3 29 90 0 51 20 11 144 43 31
Octal 323 51 220 0 121 40 21 504 103 61
Binary 11010011 101001 10010000 0 1010001 100000 10001 101000100 1000011 110001

Color Harmonies of #D32990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32990

Black with #D32990

Text Example


Text Example

White with #D32990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32990; }

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

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

background-color css

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

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

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

border-color css

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

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

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