Html Css Color HEX #DB32A2 Deep Cerise

📋 copy color: '#DB32A2'

red 219 ◦ green 50 ◦ blue 162

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

Shades of Deep Cerise #DB32A2

Tints of Deep Cerise #DB32A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 50.81%
G = 11.6%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB32A2 (or 0xDB32A2) is known color: Deep Cerise. HEX triplet: DB, 32 and A2. RGB value is (219,50,162). Sum of RGB (Red+Green+Blue) = 219+50+162=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32A2 is #24CD5D. Grayscale: #717171. Windows color (decimal): -2411870 or 10629851. OLE color: 10629851.

HSL color Cylindrical-coordinate representation of color #DB32A2: hue angle of 320.24º 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 #DB32A2 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 162 -
CMYK 0 0.77 0.26 0.14
HSL 320.24º 0.7% 0.53% -
HSV(B) 320.24º 0.77% 0.86% -
XYZ 36.88 19.95 36.09 -
YUV 113.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 219 50 162 0 0.77 0.26 0.14 320.24 0.7 0.53
Hex DB 32 A2 0 4D 1A E 140 46 35
Octal 333 62 242 0 115 32 16 500 106 65
Binary 11011011 110010 10100010 0 1001101 11010 1110 101000000 1000110 110101

Color Harmonies of #DB32A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32A2

Black with #DB32A2

Text Example


Text Example

White with #DB32A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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