Html Css Color HEX #D8738D Charm

📋 copy color: '#D8738D'

red 216 ◦ green 115 ◦ blue 141

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

Shades of Charm #D8738D

Tints of Charm #D8738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

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

R = 45.76%
G = 24.36%
B = 29.87%

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

#D8738D (or 0xD8738D) is known color: Charm. HEX triplet: D8, 73 and 8D. RGB value is (216,115,141). Sum of RGB (Red+Green+Blue) = 216+115+141=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8738D is #278C72. Grayscale: #949494. Windows color (decimal): -2591859 or 9270232. OLE color: 9270232.

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

Color convert

RGB 216 115 141 -
CMYK 0 0.47 0.35 0.15
HSL 344.55º 0.56% 0.65% -
HSV(B) 344.55º 0.47% 0.85% -
XYZ 39.26 28.78 28.69 -
YUV 148.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 216 115 141 0 0.47 0.35 0.15 344.55 0.56 0.65
Hex D8 73 8D 0 2F 23 F 159 38 41
Octal 330 163 215 0 57 43 17 531 70 101
Binary 11011000 1110011 10001101 0 101111 100011 1111 101011001 111000 1000001

Color Harmonies of #D8738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8738D

Black with #D8738D

Text Example


Text Example

White with #D8738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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