Html Css Color HEX #DB7D9D Pale Violet Red

📋 copy color: '#DB7D9D'

red 219 ◦ green 125 ◦ blue 157

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

Shades of Pale Violet Red #DB7D9D

Tints of Pale Violet Red #DB7D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 43.71%
G = 24.95%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB7D9D (or 0xDB7D9D) is known color: Pale Violet Red. HEX triplet: DB, 7D and 9D. RGB value is (219,125,157). Sum of RGB (Red+Green+Blue) = 219+125+157=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D9D is #248262. Grayscale: #9C9C9C. Windows color (decimal): -2392675 or 10321371. OLE color: 10321371.

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

Color convert

RGB 219 125 157 -
CMYK 0 0.43 0.28 0.14
HSL 339.57º 0.57% 0.67% -
HSV(B) 339.57º 0.43% 0.86% -
XYZ 42.63 32.16 35.86 -
YUV 156.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 219 125 157 0 0.43 0.28 0.14 339.57 0.57 0.67
Hex DB 7D 9D 0 2B 1C E 154 39 43
Octal 333 175 235 0 53 34 16 524 71 103
Binary 11011011 1111101 10011101 0 101011 11100 1110 101010100 111001 1000011

Color Harmonies of #DB7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D9D

Black with #DB7D9D

Text Example


Text Example

White with #DB7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D9D; }

 p { color: rgb(219,125,157); }

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

background-color css

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

 a { background-color: rgb(219,125,157); }

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

border-color css

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

 span { border-color: rgb(219,125,157); }

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