Html Css Color HEX #D8728B Charm

📋 copy color: '#D8728B'

red 216 ◦ green 114 ◦ blue 139

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

Shades of Charm #D8728B

Tints of Charm #D8728B

RGB

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

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

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

R = 46.06%
G = 24.31%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8728B (or 0xD8728B) is known color: Charm. HEX triplet: D8, 72 and 8B. RGB value is (216,114,139). Sum of RGB (Red+Green+Blue) = 216+114+139=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8728B is #278D74. Grayscale: #939393. Windows color (decimal): -2592117 or 9138904. OLE color: 9138904.

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

Color convert

RGB 216 114 139 -
CMYK 0 0.47 0.36 0.15
HSL 345.29º 0.57% 0.65% -
HSV(B) 345.29º 0.47% 0.85% -
XYZ 39 28.5 27.87 -
YUV 147.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 216 114 139 0 0.47 0.36 0.15 345.29 0.57 0.65
Hex D8 72 8B 0 2F 24 F 159 39 41
Octal 330 162 213 0 57 44 17 531 71 101
Binary 11011000 1110010 10001011 0 101111 100100 1111 101011001 111001 1000001

Color Harmonies of #D8728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8728B

Black with #D8728B

Text Example


Text Example

White with #D8728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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