Html Css Color HEX #D8769B Pale Violet Red

📋 copy color: '#D8769B'

red 216 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #D8769B

Tints of Pale Violet Red #D8769B

RGB

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

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

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

R = 44.17%
G = 24.13%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8769B (or 0xD8769B) is known color: Pale Violet Red. HEX triplet: D8, 76 and 9B. RGB value is (216,118,155). Sum of RGB (Red+Green+Blue) = 216+118+155=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8769B is #278964. Grayscale: #979797. Windows color (decimal): -2591077 or 10188504. OLE color: 10188504.

HSL color Cylindrical-coordinate representation of color #D8769B: hue angle of 337.35º 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 #D8769B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 155 -
CMYK 0 0.45 0.28 0.15
HSL 337.35º 0.56% 0.65% -
HSV(B) 337.35º 0.45% 0.85% -
XYZ 40.71 29.92 34.64 -
YUV 151.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 216 118 155 0 0.45 0.28 0.15 337.35 0.56 0.65
Hex D8 76 9B 0 2D 1C F 151 38 41
Octal 330 166 233 0 55 34 17 521 70 101
Binary 11011000 1110110 10011011 0 101101 11100 1111 101010001 111000 1000001

Color Harmonies of #D8769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8769B

Black with #D8769B

Text Example


Text Example

White with #D8769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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