Html Css Color HEX #DB32A8 Deep Cerise

📋 copy color: '#DB32A8'

red 219 ◦ green 50 ◦ blue 168

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

Shades of Deep Cerise #DB32A8

Tints of Deep Cerise #DB32A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 50.11%
G = 11.44%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB32A8 (or 0xDB32A8) is known color: Deep Cerise. HEX triplet: DB, 32 and A8. RGB value is (219,50,168). Sum of RGB (Red+Green+Blue) = 219+50+168=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32A8 is #24CD57. Grayscale: #717171. Windows color (decimal): -2411864 or 11023067. OLE color: 11023067.

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

Color convert

RGB 219 50 168 -
CMYK 0 0.77 0.23 0.14
HSL 318.11º 0.7% 0.53% -
HSV(B) 318.11º 0.77% 0.86% -
XYZ 37.42 20.17 38.97 -
YUV 113.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 219 50 168 0 0.77 0.23 0.14 318.11 0.7 0.53
Hex DB 32 A8 0 4D 17 E 13E 46 35
Octal 333 62 250 0 115 27 16 476 106 65
Binary 11011011 110010 10101000 0 1001101 10111 1110 100111110 1000110 110101

Color Harmonies of #DB32A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32A8

Black with #DB32A8

Text Example


Text Example

White with #DB32A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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