Html Css Color HEX #DB6699 Pale Violet Red

📋 copy color: '#DB6699'

red 219 ◦ green 102 ◦ blue 153

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

Shades of Pale Violet Red #DB6699

Tints of Pale Violet Red #DB6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

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

R = 46.2%
G = 21.52%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6699 (or 0xDB6699) is known color: Pale Violet Red. HEX triplet: DB, 66 and 99. RGB value is (219,102,153). Sum of RGB (Red+Green+Blue) = 219+102+153=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6699 is #249966. Grayscale: #8E8E8E. Windows color (decimal): -2398567 or 10053339. OLE color: 10053339.

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

Color convert

RGB 219 102 153 -
CMYK 0 0.53 0.30 0.14
HSL 333.85º 0.62% 0.63% -
HSV(B) 333.85º 0.53% 0.86% -
XYZ 39.71 26.86 33.23 -
YUV 142.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 219 102 153 0 0.53 0.30 0.14 333.85 0.62 0.63
Hex DB 66 99 0 35 1E E 14E 3E 3F
Octal 333 146 231 0 65 36 16 516 76 77
Binary 11011011 1100110 10011001 0 110101 11110 1110 101001110 111110 111111

Color Harmonies of #DB6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6699

Black with #DB6699

Text Example


Text Example

White with #DB6699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6699; }

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

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

background-color css

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

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

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

border-color css

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

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

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