Html Css Color HEX #D8768B Charm

📋 copy color: '#D8768B'

red 216 ◦ green 118 ◦ blue 139

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

Shades of Charm #D8768B

Tints of Charm #D8768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 45.67%
G = 24.95%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8768B (or 0xD8768B) is known color: Charm. HEX triplet: D8, 76 and 8B. RGB value is (216,118,139). Sum of RGB (Red+Green+Blue) = 216+118+139=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768B is #278974. Grayscale: #959595. Windows color (decimal): -2591093 or 9139928. OLE color: 9139928.

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

Color convert

RGB 216 118 139 -
CMYK 0 0.45 0.36 0.15
HSL 347.14º 0.56% 0.65% -
HSV(B) 347.14º 0.45% 0.85% -
XYZ 39.46 29.42 28.03 -
YUV 149.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 216 118 139 0 0.45 0.36 0.15 347.14 0.56 0.65
Hex D8 76 8B 0 2D 24 F 15B 38 41
Octal 330 166 213 0 55 44 17 533 70 101
Binary 11011000 1110110 10001011 0 101101 100100 1111 101011011 111000 1000001

Color Harmonies of #D8768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768B

Black with #D8768B

Text Example


Text Example

White with #D8768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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