Html Css Color HEX #DB32A0 Deep Cerise

📋 copy color: '#DB32A0'

red 219 ◦ green 50 ◦ blue 160

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

Shades of Deep Cerise #DB32A0

Tints of Deep Cerise #DB32A0

RGB

 RED value IS 219 (85.94% from 255) = 51.05%

 GREEN value IS 50 (19.92% from 255) = 11.66%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 51.05%
G = 11.66%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB32A0 (or 0xDB32A0) is known color: Deep Cerise. HEX triplet: DB, 32 and A0. RGB value is (219,50,160). Sum of RGB (Red+Green+Blue) = 219+50+160=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32A0 is #24CD5F. Grayscale: #707070. Windows color (decimal): -2411872 or 10498779. OLE color: 10498779.

HSL color Cylindrical-coordinate representation of color #DB32A0: hue angle of 320.95º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32A0 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 160 -
CMYK 0 0.77 0.27 0.14
HSL 320.95º 0.7% 0.53% -
HSV(B) 320.95º 0.77% 0.86% -
XYZ 36.7 19.88 35.16 -
YUV 113.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 219 50 160 0 0.77 0.27 0.14 320.95 0.7 0.53
Hex DB 32 A0 0 4D 1B E 141 46 35
Octal 333 62 240 0 115 33 16 501 106 65
Binary 11011011 110010 10100000 0 1001101 11011 1110 101000001 1000110 110101

Color Harmonies of #DB32A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32A0

Black with #DB32A0

Text Example


Text Example

White with #DB32A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32A0; }

 p { color: rgb(219,50,160); }

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

background-color css

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

 a { background-color: rgb(219,50,160); }

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

border-color css

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

 span { border-color: rgb(219,50,160); }

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