Html Css Color HEX #DB77A8 Pale Violet Red

📋 copy color: '#DB77A8'

red 219 ◦ green 119 ◦ blue 168

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

Shades of Pale Violet Red #DB77A8

Tints of Pale Violet Red #DB77A8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.52%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 43.28%
G = 23.52%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB77A8 (or 0xDB77A8) is known color: Pale Violet Red. HEX triplet: DB, 77 and A8. RGB value is (219,119,168). Sum of RGB (Red+Green+Blue) = 219+119+168=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A8 is #248857. Grayscale: #9A9A9A. Windows color (decimal): -2394200 or 11040731. OLE color: 11040731.

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

Color convert

RGB 219 119 168 -
CMYK 0 0.46 0.23 0.14
HSL 330.6º 0.58% 0.66% -
HSV(B) 330.6º 0.46% 0.86% -
XYZ 42.88 31.08 40.79 -
YUV 154.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 219 119 168 0 0.46 0.23 0.14 330.6 0.58 0.66
Hex DB 77 A8 0 2E 17 E 14B 3A 42
Octal 333 167 250 0 56 27 16 513 72 102
Binary 11011011 1110111 10101000 0 101110 10111 1110 101001011 111010 1000010

Color Harmonies of #DB77A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77A8

Black with #DB77A8

Text Example


Text Example

White with #DB77A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77A8; }

 p { color: rgb(219,119,168); }

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

background-color css

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

 a { background-color: rgb(219,119,168); }

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

border-color css

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

 span { border-color: rgb(219,119,168); }

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