Html Css Color HEX #D8768E Charm

📋 copy color: '#D8768E'

red 216 ◦ green 118 ◦ blue 142

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

Shades of Charm #D8768E

Tints of Charm #D8768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 45.38%
G = 24.79%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8768E (or 0xD8768E) is known color: Charm. HEX triplet: D8, 76 and 8E. RGB value is (216,118,142). Sum of RGB (Red+Green+Blue) = 216+118+142=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768E is #278971. Grayscale: #969696. Windows color (decimal): -2591090 or 9336536. OLE color: 9336536.

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

Color convert

RGB 216 118 142 -
CMYK 0 0.45 0.34 0.15
HSL 345.31º 0.56% 0.65% -
HSV(B) 345.31º 0.45% 0.85% -
XYZ 39.68 29.51 29.2 -
YUV 150.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 216 118 142 0 0.45 0.34 0.15 345.31 0.56 0.65
Hex D8 76 8E 0 2D 22 F 159 38 41
Octal 330 166 216 0 55 42 17 531 70 101
Binary 11011000 1110110 10001110 0 101101 100010 1111 101011001 111000 1000001

Color Harmonies of #D8768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768E

Black with #D8768E

Text Example


Text Example

White with #D8768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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