Html Css Color HEX #D8768A Charm

📋 copy color: '#D8768A'

red 216 ◦ green 118 ◦ blue 138

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

Shades of Charm #D8768A

Tints of Charm #D8768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 45.76%
G = 25%
B = 29.24%

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

#D8768A (or 0xD8768A) is known color: Charm. HEX triplet: D8, 76 and 8A. RGB value is (216,118,138). Sum of RGB (Red+Green+Blue) = 216+118+138=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768A is #278975. Grayscale: #959595. Windows color (decimal): -2591094 or 9074392. OLE color: 9074392.

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

Color convert

RGB 216 118 138 -
CMYK 0 0.45 0.36 0.15
HSL 347.76º 0.56% 0.65% -
HSV(B) 347.76º 0.45% 0.85% -
XYZ 39.38 29.39 27.64 -
YUV 149.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 216 118 138 0 0.45 0.36 0.15 347.76 0.56 0.65
Hex D8 76 8A 0 2D 24 F 15C 38 41
Octal 330 166 212 0 55 44 17 534 70 101
Binary 11011000 1110110 10001010 0 101101 100100 1111 101011100 111000 1000001

Color Harmonies of #D8768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768A

Black with #D8768A

Text Example


Text Example

White with #D8768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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