Html Css Color HEX #DB788F Pale Violet Red

📋 copy color: '#DB788F'

red 219 ◦ green 120 ◦ blue 143

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

Shades of Pale Violet Red #DB788F

Tints of Pale Violet Red #DB788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 45.44%
G = 24.9%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB788F (or 0xDB788F) is known color: Pale Violet Red. HEX triplet: DB, 78 and 8F. RGB value is (219,120,143). Sum of RGB (Red+Green+Blue) = 219+120+143=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB788F is #248770. Grayscale: #989898. Windows color (decimal): -2393969 or 9402587. OLE color: 9402587.

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

Color convert

RGB 219 120 143 -
CMYK 0 0.45 0.35 0.14
HSL 346.06º 0.58% 0.66% -
HSV(B) 346.06º 0.45% 0.86% -
XYZ 40.89 30.48 29.71 -
YUV 152.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 219 120 143 0 0.45 0.35 0.14 346.06 0.58 0.66
Hex DB 78 8F 0 2D 23 E 15A 3A 42
Octal 333 170 217 0 55 43 16 532 72 102
Binary 11011011 1111000 10001111 0 101101 100011 1110 101011010 111010 1000010

Color Harmonies of #DB788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB788F

Black with #DB788F

Text Example


Text Example

White with #DB788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB788F; }

 p { color: rgb(219,120,143); }

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

background-color css

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

 a { background-color: rgb(219,120,143); }

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

border-color css

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

 span { border-color: rgb(219,120,143); }

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