Html Css Color HEX #DB759B Pale Violet Red

📋 copy color: '#DB759B'

red 219 ◦ green 117 ◦ blue 155

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

Shades of Pale Violet Red #DB759B

Tints of Pale Violet Red #DB759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 44.6%
G = 23.83%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB759B (or 0xDB759B) is known color: Pale Violet Red. HEX triplet: DB, 75 and 9B. RGB value is (219,117,155). Sum of RGB (Red+Green+Blue) = 219+117+155=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB759B is #248A64. Grayscale: #979797. Windows color (decimal): -2394725 or 10188251. OLE color: 10188251.

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

Color convert

RGB 219 117 155 -
CMYK 0 0.47 0.29 0.14
HSL 337.65º 0.59% 0.66% -
HSV(B) 337.65º 0.47% 0.86% -
XYZ 41.49 30.15 34.64 -
YUV 151.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 219 117 155 0 0.47 0.29 0.14 337.65 0.59 0.66
Hex DB 75 9B 0 2F 1D E 152 3B 42
Octal 333 165 233 0 57 35 16 522 73 102
Binary 11011011 1110101 10011011 0 101111 11101 1110 101010010 111011 1000010

Color Harmonies of #DB759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB759B

Black with #DB759B

Text Example


Text Example

White with #DB759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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