Html Css Color HEX #DB76A7 Pale Violet Red

📋 copy color: '#DB76A7'

red 219 ◦ green 118 ◦ blue 167

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

Shades of Pale Violet Red #DB76A7

Tints of Pale Violet Red #DB76A7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 43.45%
G = 23.41%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB76A7 (or 0xDB76A7) is known color: Pale Violet Red. HEX triplet: DB, 76 and A7. RGB value is (219,118,167). Sum of RGB (Red+Green+Blue) = 219+118+167=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A7 is #248958. Grayscale: #999999. Windows color (decimal): -2394457 or 10974939. OLE color: 10974939.

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

Color convert

RGB 219 118 167 -
CMYK 0 0.46 0.24 0.14
HSL 330.89º 0.58% 0.66% -
HSV(B) 330.89º 0.46% 0.86% -
XYZ 42.67 30.81 40.26 -
YUV 153.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 219 118 167 0 0.46 0.24 0.14 330.89 0.58 0.66
Hex DB 76 A7 0 2E 18 E 14B 3A 42
Octal 333 166 247 0 56 30 16 513 72 102
Binary 11011011 1110110 10100111 0 101110 11000 1110 101001011 111010 1000010

Color Harmonies of #DB76A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76A7

Black with #DB76A7

Text Example


Text Example

White with #DB76A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76A7; }

 p { color: rgb(219,118,167); }

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

background-color css

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

 a { background-color: rgb(219,118,167); }

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

border-color css

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

 span { border-color: rgb(219,118,167); }

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