Html Css Color HEX #D18385 Charm

📋 copy color: '#D18385'

red 209 ◦ green 131 ◦ blue 133

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

Shades of Charm #D18385

Tints of Charm #D18385

RGB

 RED value IS 209 (82.03% from 255) = 44.19%

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 44.19%
G = 27.7%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D18385 (or 0xD18385) is known color: Charm. HEX triplet: D1, 83 and 85. RGB value is (209,131,133). Sum of RGB (Red+Green+Blue) = 209+131+133=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18385 is #2E7C7A. Grayscale: #9A9A9A. Windows color (decimal): -3046523 or 8750033. OLE color: 8750033.

HSL color Cylindrical-coordinate representation of color #D18385: hue angle of 358.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18385 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 133 -
CMYK 0 0.37 0.36 0.18
HSL 358.46º 0.46% 0.67% -
HSV(B) 358.46º 0.37% 0.82% -
XYZ 38.64 31.48 26.23 -
YUV 154.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 209 131 133 0 0.37 0.36 0.18 358.46 0.46 0.67
Hex D1 83 85 0 25 24 12 166 2E 43
Octal 321 203 205 0 45 44 22 546 56 103
Binary 11010001 10000011 10000101 0 100101 100100 10010 101100110 101110 1000011

Color Harmonies of #D18385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18385

Black with #D18385

Text Example


Text Example

White with #D18385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18385; }

 p { color: rgb(209,131,133); }

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

background-color css

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

 a { background-color: rgb(209,131,133); }

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

border-color css

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

 span { border-color: rgb(209,131,133); }

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