Html Css Color HEX #DB3AAC Deep Cerise

📋 copy color: '#DB3AAC'

red 219 ◦ green 58 ◦ blue 172

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

Shades of Deep Cerise #DB3AAC

Tints of Deep Cerise #DB3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 48.78%
G = 12.92%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB3AAC (or 0xDB3AAC) is known color: Deep Cerise. HEX triplet: DB, 3A and AC. RGB value is (219,58,172). Sum of RGB (Red+Green+Blue) = 219+58+172=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAC is #24C553. Grayscale: #767676. Windows color (decimal): -2409812 or 11287259. OLE color: 11287259.

HSL color Cylindrical-coordinate representation of color #DB3AAC: hue angle of 317.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AAC is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 172 -
CMYK 0 0.74 0.21 0.14
HSL 317.52º 0.69% 0.54% -
HSV(B) 317.52º 0.74% 0.86% -
XYZ 38.17 21.06 41.08 -
YUV 119.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 219 58 172 0 0.74 0.21 0.14 317.52 0.69 0.54
Hex DB 3A AC 0 4A 15 E 13E 45 36
Octal 333 72 254 0 112 25 16 476 105 66
Binary 11011011 111010 10101100 0 1001010 10101 1110 100111110 1000101 110110

Color Harmonies of #DB3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AAC

Black with #DB3AAC

Text Example


Text Example

White with #DB3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AAC; }

 p { color: rgb(219,58,172); }

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

background-color css

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

 a { background-color: rgb(219,58,172); }

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

border-color css

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

 span { border-color: rgb(219,58,172); }

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