Html Css Color HEX #D8748D Charm

📋 copy color: '#D8748D'

red 216 ◦ green 116 ◦ blue 141

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

Shades of Charm #D8748D

Tints of Charm #D8748D

RGB

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

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

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

R = 45.67%
G = 24.52%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8748D (or 0xD8748D) is known color: Charm. HEX triplet: D8, 74 and 8D. RGB value is (216,116,141). Sum of RGB (Red+Green+Blue) = 216+116+141=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8748D is #278B72. Grayscale: #949494. Windows color (decimal): -2591603 or 9270488. OLE color: 9270488.

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

Color convert

RGB 216 116 141 -
CMYK 0 0.46 0.35 0.15
HSL 345º 0.56% 0.65% -
HSV(B) 345º 0.46% 0.85% -
XYZ 39.37 29.01 28.72 -
YUV 148.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 216 116 141 0 0.46 0.35 0.15 345 0.56 0.65
Hex D8 74 8D 0 2E 23 F 159 38 41
Octal 330 164 215 0 56 43 17 531 70 101
Binary 11011000 1110100 10001101 0 101110 100011 1111 101011001 111000 1000001

Color Harmonies of #D8748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8748D

Black with #D8748D

Text Example


Text Example

White with #D8748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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