Html Css Color HEX #D8727F Charm

📋 copy color: '#D8727F'

red 216 ◦ green 114 ◦ blue 127

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

Shades of Charm #D8727F

Tints of Charm #D8727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 47.26%
G = 24.95%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8727F (or 0xD8727F) is known color: Charm. HEX triplet: D8, 72 and 7F. RGB value is (216,114,127). Sum of RGB (Red+Green+Blue) = 216+114+127=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727F is #278D80. Grayscale: #929292. Windows color (decimal): -2592129 or 8352472. OLE color: 8352472.

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

Color convert

RGB 216 114 127 -
CMYK 0 0.47 0.41 0.15
HSL 352.35º 0.57% 0.65% -
HSV(B) 352.35º 0.47% 0.85% -
XYZ 38.17 28.17 23.5 -
YUV 145.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 216 114 127 0 0.47 0.41 0.15 352.35 0.57 0.65
Hex D8 72 7F 0 2F 29 F 160 39 41
Octal 330 162 177 0 57 51 17 540 71 101
Binary 11011000 1110010 1111111 0 101111 101001 1111 101100000 111001 1000001

Color Harmonies of #D8727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8727F

Black with #D8727F

Text Example


Text Example

White with #D8727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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