Html Css Color HEX #DB7BA1 Pale Violet Red

📋 copy color: '#DB7BA1'

red 219 ◦ green 123 ◦ blue 161

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

Shades of Pale Violet Red #DB7BA1

Tints of Pale Violet Red #DB7BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 43.54%
G = 24.45%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB7BA1 (or 0xDB7BA1) is known color: Pale Violet Red. HEX triplet: DB, 7B and A1. RGB value is (219,123,161). Sum of RGB (Red+Green+Blue) = 219+123+161=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA1 is #24845E. Grayscale: #9B9B9B. Windows color (decimal): -2393183 or 10583003. OLE color: 10583003.

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

Color convert

RGB 219 123 161 -
CMYK 0 0.44 0.26 0.14
HSL 336.25º 0.57% 0.67% -
HSV(B) 336.25º 0.44% 0.86% -
XYZ 42.73 31.8 37.6 -
YUV 156.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 219 123 161 0 0.44 0.26 0.14 336.25 0.57 0.67
Hex DB 7B A1 0 2C 1A E 150 39 43
Octal 333 173 241 0 54 32 16 520 71 103
Binary 11011011 1111011 10100001 0 101100 11010 1110 101010000 111001 1000011

Color Harmonies of #DB7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BA1

Black with #DB7BA1

Text Example


Text Example

White with #DB7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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