Html Css Color HEX #DB2DA6 Deep Cerise

📋 copy color: '#DB2DA6'

red 219 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #DB2DA6

Tints of Deep Cerise #DB2DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

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

R = 50.93%
G = 10.47%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB2DA6 (or 0xDB2DA6) is known color: Deep Cerise. HEX triplet: DB, 2D and A6. RGB value is (219,45,166). Sum of RGB (Red+Green+Blue) = 219+45+166=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DA6 is #24D259. Grayscale: #6E6E6E. Windows color (decimal): -2413146 or 10890715. OLE color: 10890715.

HSL color Cylindrical-coordinate representation of color #DB2DA6: hue angle of 318.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DA6 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 166 -
CMYK 0 0.79 0.24 0.14
HSL 318.28º 0.71% 0.52% -
HSV(B) 318.28º 0.79% 0.86% -
XYZ 37.03 19.69 37.93 -
YUV 110.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 219 45 166 0 0.79 0.24 0.14 318.28 0.71 0.52
Hex DB 2D A6 0 4F 18 E 13E 47 34
Octal 333 55 246 0 117 30 16 476 107 64
Binary 11011011 101101 10100110 0 1001111 11000 1110 100111110 1000111 110100

Color Harmonies of #DB2DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DA6

Black with #DB2DA6

Text Example


Text Example

White with #DB2DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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