Html Css Color HEX #DB3DA6 Deep Cerise

📋 copy color: '#DB3DA6'

red 219 ◦ green 61 ◦ blue 166

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

Shades of Deep Cerise #DB3DA6

Tints of Deep Cerise #DB3DA6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.68%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 49.1%
G = 13.68%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB3DA6 (or 0xDB3DA6) is known color: Deep Cerise. HEX triplet: DB, 3D and A6. RGB value is (219,61,166). Sum of RGB (Red+Green+Blue) = 219+61+166=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DA6 is #24C259. Grayscale: #777777. Windows color (decimal): -2409050 or 10894811. OLE color: 10894811.

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

Color convert

RGB 219 61 166 -
CMYK 0 0.72 0.24 0.14
HSL 320.13º 0.69% 0.55% -
HSV(B) 320.13º 0.72% 0.86% -
XYZ 37.77 21.15 38.17 -
YUV 120.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 219 61 166 0 0.72 0.24 0.14 320.13 0.69 0.55
Hex DB 3D A6 0 48 18 E 140 45 37
Octal 333 75 246 0 110 30 16 500 105 67
Binary 11011011 111101 10100110 0 1001000 11000 1110 101000000 1000101 110111

Color Harmonies of #DB3DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DA6

Black with #DB3DA6

Text Example


Text Example

White with #DB3DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DA6; }

 p { color: rgb(219,61,166); }

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

background-color css

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

 a { background-color: rgb(219,61,166); }

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

border-color css

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

 span { border-color: rgb(219,61,166); }

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