Html Css Color HEX #D8728D Charm

📋 copy color: '#D8728D'

red 216 ◦ green 114 ◦ blue 141

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

Shades of Charm #D8728D

Tints of Charm #D8728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

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

R = 45.86%
G = 24.2%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8728D (or 0xD8728D) is known color: Charm. HEX triplet: D8, 72 and 8D. RGB value is (216,114,141). Sum of RGB (Red+Green+Blue) = 216+114+141=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8728D is #278D72. Grayscale: #939393. Windows color (decimal): -2592115 or 9269976. OLE color: 9269976.

HSL color Cylindrical-coordinate representation of color #D8728D: hue angle of 344.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8728D is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 141 -
CMYK 0 0.47 0.35 0.15
HSL 344.12º 0.57% 0.65% -
HSV(B) 344.12º 0.47% 0.85% -
XYZ 39.14 28.56 28.65 -
YUV 147.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 216 114 141 0 0.47 0.35 0.15 344.12 0.57 0.65
Hex D8 72 8D 0 2F 23 F 158 39 41
Octal 330 162 215 0 57 43 17 530 71 101
Binary 11011000 1110010 10001101 0 101111 100011 1111 101011000 111001 1000001

Color Harmonies of #D8728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8728D

Black with #D8728D

Text Example


Text Example

White with #D8728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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