Html Css Color HEX #D8768F Charm

📋 copy color: '#D8768F'

red 216 ◦ green 118 ◦ blue 143

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

Shades of Charm #D8768F

Tints of Charm #D8768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 45.28%
G = 24.74%
B = 29.98%

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

#D8768F (or 0xD8768F) is known color: Charm. HEX triplet: D8, 76 and 8F. RGB value is (216,118,143). Sum of RGB (Red+Green+Blue) = 216+118+143=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8768F is #278970. Grayscale: #969696. Windows color (decimal): -2591089 or 9402072. OLE color: 9402072.

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

Color convert

RGB 216 118 143 -
CMYK 0 0.45 0.34 0.15
HSL 344.69º 0.56% 0.65% -
HSV(B) 344.69º 0.45% 0.85% -
XYZ 39.76 29.54 29.59 -
YUV 150.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 216 118 143 0 0.45 0.34 0.15 344.69 0.56 0.65
Hex D8 76 8F 0 2D 22 F 159 38 41
Octal 330 166 217 0 55 42 17 531 70 101
Binary 11011000 1110110 10001111 0 101101 100010 1111 101011001 111000 1000001

Color Harmonies of #D8768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8768F

Black with #D8768F

Text Example


Text Example

White with #D8768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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