Html Css Color HEX #D18288 Charm

📋 copy color: '#D18288'

red 209 ◦ green 130 ◦ blue 136

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

Shades of Charm #D18288

Tints of Charm #D18288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 44%
G = 27.37%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D18288 (or 0xD18288) is known color: Charm. HEX triplet: D1, 82 and 88. RGB value is (209,130,136). Sum of RGB (Red+Green+Blue) = 209+130+136=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18288 is #2E7D77. Grayscale: #9A9A9A. Windows color (decimal): -3046776 or 8946385. OLE color: 8946385.

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

Color convert

RGB 209 130 136 -
CMYK 0 0.38 0.35 0.18
HSL 355.44º 0.46% 0.66% -
HSV(B) 355.44º 0.38% 0.82% -
XYZ 38.72 31.3 27.29 -
YUV 154.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 209 130 136 0 0.38 0.35 0.18 355.44 0.46 0.66
Hex D1 82 88 0 26 23 12 163 2E 42
Octal 321 202 210 0 46 43 22 543 56 102
Binary 11010001 10000010 10001000 0 100110 100011 10010 101100011 101110 1000010

Color Harmonies of #D18288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18288

Black with #D18288

Text Example


Text Example

White with #D18288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18288; }

 p { color: rgb(209,130,136); }

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

background-color css

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

 a { background-color: rgb(209,130,136); }

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

border-color css

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

 span { border-color: rgb(209,130,136); }

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