Html Css Color HEX #DB6696 Pale Violet Red

📋 copy color: '#DB6696'

red 219 ◦ green 102 ◦ blue 150

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

Shades of Pale Violet Red #DB6696

Tints of Pale Violet Red #DB6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 46.5%
G = 21.66%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6696 (or 0xDB6696) is known color: Pale Violet Red. HEX triplet: DB, 66 and 96. RGB value is (219,102,150). Sum of RGB (Red+Green+Blue) = 219+102+150=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6696 is #249969. Grayscale: #8E8E8E. Windows color (decimal): -2398570 or 9856731. OLE color: 9856731.

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

Color convert

RGB 219 102 150 -
CMYK 0 0.53 0.32 0.14
HSL 335.38º 0.62% 0.63% -
HSV(B) 335.38º 0.53% 0.86% -
XYZ 39.47 26.76 31.94 -
YUV 142.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 219 102 150 0 0.53 0.32 0.14 335.38 0.62 0.63
Hex DB 66 96 0 35 20 E 14F 3E 3F
Octal 333 146 226 0 65 40 16 517 76 77
Binary 11011011 1100110 10010110 0 110101 100000 1110 101001111 111110 111111

Color Harmonies of #DB6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6696

Black with #DB6696

Text Example


Text Example

White with #DB6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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