Html Css Color HEX #DB6599 Pale Violet Red

📋 copy color: '#DB6599'

red 219 ◦ green 101 ◦ blue 153

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

Shades of Pale Violet Red #DB6599

Tints of Pale Violet Red #DB6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 46.3%
G = 21.35%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6599 (or 0xDB6599) is known color: Pale Violet Red. HEX triplet: DB, 65 and 99. RGB value is (219,101,153). Sum of RGB (Red+Green+Blue) = 219+101+153=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6599 is #249A66. Grayscale: #8E8E8E. Windows color (decimal): -2398823 or 10053083. OLE color: 10053083.

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

Color convert

RGB 219 101 153 -
CMYK 0 0.54 0.30 0.14
HSL 333.56º 0.62% 0.63% -
HSV(B) 333.56º 0.54% 0.86% -
XYZ 39.62 26.67 33.2 -
YUV 142.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 219 101 153 0 0.54 0.30 0.14 333.56 0.62 0.63
Hex DB 65 99 0 36 1E E 14E 3E 3F
Octal 333 145 231 0 66 36 16 516 76 77
Binary 11011011 1100101 10011001 0 110110 11110 1110 101001110 111110 111111

Color Harmonies of #DB6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6599

Black with #DB6599

Text Example


Text Example

White with #DB6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6599; }

 p { color: rgb(219,101,153); }

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

background-color css

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

 a { background-color: rgb(219,101,153); }

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

border-color css

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

 span { border-color: rgb(219,101,153); }

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