Html Css Color HEX #D8769D Pale Violet Red

📋 copy color: '#D8769D'

red 216 ◦ green 118 ◦ blue 157

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

Shades of Pale Violet Red #D8769D

Tints of Pale Violet Red #D8769D

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 43.99%
G = 24.03%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8769D (or 0xD8769D) is known color: Pale Violet Red. HEX triplet: D8, 76 and 9D. RGB value is (216,118,157). Sum of RGB (Red+Green+Blue) = 216+118+157=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8769D is #278962. Grayscale: #979797. Windows color (decimal): -2591075 or 10319576. OLE color: 10319576.

HSL color Cylindrical-coordinate representation of color #D8769D: hue angle of 336.12º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8769D is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 157 -
CMYK 0 0.45 0.27 0.15
HSL 336.12º 0.56% 0.65% -
HSV(B) 336.12º 0.45% 0.85% -
XYZ 40.88 29.99 35.53 -
YUV 151.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 216 118 157 0 0.45 0.27 0.15 336.12 0.56 0.65
Hex D8 76 9D 0 2D 1B F 150 38 41
Octal 330 166 235 0 55 33 17 520 70 101
Binary 11011000 1110110 10011101 0 101101 11011 1111 101010000 111000 1000001

Color Harmonies of #D8769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8769D

Black with #D8769D

Text Example


Text Example

White with #D8769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8769D; }

 p { color: rgb(216,118,157); }

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

background-color css

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

 a { background-color: rgb(216,118,157); }

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

border-color css

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

 span { border-color: rgb(216,118,157); }

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