Html Css Color HEX #DB7E9F Pale Violet Red

📋 copy color: '#DB7E9F'

red 219 ◦ green 126 ◦ blue 159

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

Shades of Pale Violet Red #DB7E9F

Tints of Pale Violet Red #DB7E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 43.45%
G = 25%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB7E9F (or 0xDB7E9F) is known color: Pale Violet Red. HEX triplet: DB, 7E and 9F. RGB value is (219,126,159). Sum of RGB (Red+Green+Blue) = 219+126+159=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E9F is #248160. Grayscale: #9D9D9D. Windows color (decimal): -2392417 or 10452699. OLE color: 10452699.

HSL color Cylindrical-coordinate representation of color #DB7E9F: hue angle of 338.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E9F is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 159 -
CMYK 0 0.42 0.27 0.14
HSL 338.71º 0.56% 0.68% -
HSV(B) 338.71º 0.42% 0.86% -
XYZ 42.93 32.48 36.81 -
YUV 157.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 219 126 159 0 0.42 0.27 0.14 338.71 0.56 0.68
Hex DB 7E 9F 0 2A 1B E 153 38 44
Octal 333 176 237 0 52 33 16 523 70 104
Binary 11011011 1111110 10011111 0 101010 11011 1110 101010011 111000 1000100

Color Harmonies of #DB7E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E9F

Black with #DB7E9F

Text Example


Text Example

White with #DB7E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E9F; }

 p { color: rgb(219,126,159); }

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

background-color css

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

 a { background-color: rgb(219,126,159); }

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

border-color css

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

 span { border-color: rgb(219,126,159); }

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