Html Css Color HEX #DB759F Pale Violet Red

📋 copy color: '#DB759F'

red 219 ◦ green 117 ◦ blue 159

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

Shades of Pale Violet Red #DB759F

Tints of Pale Violet Red #DB759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.64%

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

R = 44.24%
G = 23.64%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB759F (or 0xDB759F) is known color: Pale Violet Red. HEX triplet: DB, 75 and 9F. RGB value is (219,117,159). Sum of RGB (Red+Green+Blue) = 219+117+159=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB759F is #248A60. Grayscale: #989898. Windows color (decimal): -2394721 or 10450395. OLE color: 10450395.

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

Color convert

RGB 219 117 159 -
CMYK 0 0.47 0.27 0.14
HSL 335.29º 0.59% 0.66% -
HSV(B) 335.29º 0.47% 0.86% -
XYZ 41.83 30.29 36.44 -
YUV 152.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 219 117 159 0 0.47 0.27 0.14 335.29 0.59 0.66
Hex DB 75 9F 0 2F 1B E 14F 3B 42
Octal 333 165 237 0 57 33 16 517 73 102
Binary 11011011 1110101 10011111 0 101111 11011 1110 101001111 111011 1000010

Color Harmonies of #DB759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB759F

Black with #DB759F

Text Example


Text Example

White with #DB759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB759F; }

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

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

background-color css

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

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

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

border-color css

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

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

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