Html Css Color HEX #DB7BA6 Pale Violet Red

📋 copy color: '#DB7BA6'

red 219 ◦ green 123 ◦ blue 166

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

Shades of Pale Violet Red #DB7BA6

Tints of Pale Violet Red #DB7BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.21%

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

R = 43.11%
G = 24.21%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB7BA6 (or 0xDB7BA6) is known color: Pale Violet Red. HEX triplet: DB, 7B and A6. RGB value is (219,123,166). Sum of RGB (Red+Green+Blue) = 219+123+166=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA6 is #248459. Grayscale: #9C9C9C. Windows color (decimal): -2393178 or 10910683. OLE color: 10910683.

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

Color convert

RGB 219 123 166 -
CMYK 0 0.44 0.24 0.14
HSL 333.13º 0.57% 0.67% -
HSV(B) 333.13º 0.44% 0.86% -
XYZ 43.18 31.98 39.97 -
YUV 156.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 219 123 166 0 0.44 0.24 0.14 333.13 0.57 0.67
Hex DB 7B A6 0 2C 18 E 14D 39 43
Octal 333 173 246 0 54 30 16 515 71 103
Binary 11011011 1111011 10100110 0 101100 11000 1110 101001101 111001 1000011

Color Harmonies of #DB7BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BA6

Black with #DB7BA6

Text Example


Text Example

White with #DB7BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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