Html Css Color HEX #D8768D Charm

📋 copy color: '#D8768D'

red 216 ◦ green 118 ◦ blue 141

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

Shades of Charm #D8768D

Tints of Charm #D8768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 45.47%
G = 24.84%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8768D (or 0xD8768D) is known color: Charm. HEX triplet: D8, 76 and 8D. RGB value is (216,118,141). Sum of RGB (Red+Green+Blue) = 216+118+141=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768D is #278972. Grayscale: #959595. Windows color (decimal): -2591091 or 9271000. OLE color: 9271000.

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

Color convert

RGB 216 118 141 -
CMYK 0 0.45 0.35 0.15
HSL 345.92º 0.56% 0.65% -
HSV(B) 345.92º 0.45% 0.85% -
XYZ 39.61 29.48 28.8 -
YUV 149.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 216 118 141 0 0.45 0.35 0.15 345.92 0.56 0.65
Hex D8 76 8D 0 2D 23 F 15A 38 41
Octal 330 166 215 0 55 43 17 532 70 101
Binary 11011000 1110110 10001101 0 101101 100011 1111 101011010 111000 1000001

Color Harmonies of #D8768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768D

Black with #D8768D

Text Example


Text Example

White with #D8768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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