Html Css Color HEX #D8748E Charm

📋 copy color: '#D8748E'

red 216 ◦ green 116 ◦ blue 142

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

Shades of Charm #D8748E

Tints of Charm #D8748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 45.57%
G = 24.47%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8748E (or 0xD8748E) is known color: Charm. HEX triplet: D8, 74 and 8E. RGB value is (216,116,142). Sum of RGB (Red+Green+Blue) = 216+116+142=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8748E is #278B71. Grayscale: #949494. Windows color (decimal): -2591602 or 9336024. OLE color: 9336024.

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

Color convert

RGB 216 116 142 -
CMYK 0 0.46 0.34 0.15
HSL 344.4º 0.56% 0.65% -
HSV(B) 344.4º 0.46% 0.85% -
XYZ 39.45 29.04 29.12 -
YUV 148.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 216 116 142 0 0.46 0.34 0.15 344.4 0.56 0.65
Hex D8 74 8E 0 2E 22 F 158 38 41
Octal 330 164 216 0 56 42 17 530 70 101
Binary 11011000 1110100 10001110 0 101110 100010 1111 101011000 111000 1000001

Color Harmonies of #D8748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8748E

Black with #D8748E

Text Example


Text Example

White with #D8748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8748E; }

 p { color: rgb(216,116,142); }

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

background-color css

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

 a { background-color: rgb(216,116,142); }

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

border-color css

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

 span { border-color: rgb(216,116,142); }

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