Html Css Color HEX #D32390 Deep Cerise

📋 copy color: '#D32390'

red 211 ◦ green 35 ◦ blue 144

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

Shades of Deep Cerise #D32390

Tints of Deep Cerise #D32390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

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

R = 54.1%
G = 8.97%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D32390 (or 0xD32390) is known color: Deep Cerise. HEX triplet: D3, 23 and 90. RGB value is (211,35,144). Sum of RGB (Red+Green+Blue) = 211+35+144=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D32390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32390 is #2CDC6F. Grayscale: #636363. Windows color (decimal): -2940016 or 9446355. OLE color: 9446355.

HSL color Cylindrical-coordinate representation of color #D32390: hue angle of 322.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32390 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 144 -
CMYK 0 0.83 0.32 0.17
HSL 322.84º 0.72% 0.48% -
HSV(B) 322.84º 0.83% 0.83% -
XYZ 32.5 17.06 27.97 -
YUV 100.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 211 35 144 0 0.83 0.32 0.17 322.84 0.72 0.48
Hex D3 23 90 0 53 20 11 143 48 30
Octal 323 43 220 0 123 40 21 503 110 60
Binary 11010011 100011 10010000 0 1010011 100000 10001 101000011 1001000 110000

Color Harmonies of #D32390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32390

Black with #D32390

Text Example


Text Example

White with #D32390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32390; }

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

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

background-color css

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

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

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

border-color css

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

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

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