Html Css Color HEX #DB3CAA Deep Cerise

📋 copy color: '#DB3CAA'

red 219 ◦ green 60 ◦ blue 170

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

Shades of Deep Cerise #DB3CAA

Tints of Deep Cerise #DB3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 48.78%
G = 13.36%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB3CAA (or 0xDB3CAA) is known color: Deep Cerise. HEX triplet: DB, 3C and AA. RGB value is (219,60,170). Sum of RGB (Red+Green+Blue) = 219+60+170=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CAA is #24C355. Grayscale: #777777. Windows color (decimal): -2409302 or 11156699. OLE color: 11156699.

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

Color convert

RGB 219 60 170 -
CMYK 0 0.73 0.22 0.14
HSL 318.49º 0.69% 0.55% -
HSV(B) 318.49º 0.73% 0.86% -
XYZ 38.08 21.19 40.11 -
YUV 120.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 219 60 170 0 0.73 0.22 0.14 318.49 0.69 0.55
Hex DB 3C AA 0 49 16 E 13E 45 37
Octal 333 74 252 0 111 26 16 476 105 67
Binary 11011011 111100 10101010 0 1001001 10110 1110 100111110 1000101 110111

Color Harmonies of #DB3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3CAA

Black with #DB3CAA

Text Example


Text Example

White with #DB3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3CAA; }

 p { color: rgb(219,60,170); }

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

background-color css

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

 a { background-color: rgb(219,60,170); }

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

border-color css

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

 span { border-color: rgb(219,60,170); }

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