Html Css Color HEX #DB3EAA Deep Cerise

📋 copy color: '#DB3EAA'

red 219 ◦ green 62 ◦ blue 170

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

Shades of Deep Cerise #DB3EAA

Tints of Deep Cerise #DB3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.75%

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

R = 48.56%
G = 13.75%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB3EAA (or 0xDB3EAA) is known color: Deep Cerise. HEX triplet: DB, 3E and AA. RGB value is (219,62,170). Sum of RGB (Red+Green+Blue) = 219+62+170=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3EAA is #24C155. Grayscale: #787878. Windows color (decimal): -2408790 or 11157211. OLE color: 11157211.

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

Color convert

RGB 219 62 170 -
CMYK 0 0.72 0.22 0.14
HSL 318.73º 0.69% 0.55% -
HSV(B) 318.73º 0.72% 0.86% -
XYZ 38.19 21.41 40.15 -
YUV 121.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 219 62 170 0 0.72 0.22 0.14 318.73 0.69 0.55
Hex DB 3E AA 0 48 16 E 13F 45 37
Octal 333 76 252 0 110 26 16 477 105 67
Binary 11011011 111110 10101010 0 1001000 10110 1110 100111111 1000101 110111

Color Harmonies of #DB3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3EAA

Black with #DB3EAA

Text Example


Text Example

White with #DB3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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