Html Css Color HEX #D18384 Charm

📋 copy color: '#D18384'

red 209 ◦ green 131 ◦ blue 132

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

Shades of Charm #D18384

Tints of Charm #D18384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 44.28%
G = 27.75%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D18384 (or 0xD18384) is known color: Charm. HEX triplet: D1, 83 and 84. RGB value is (209,131,132). Sum of RGB (Red+Green+Blue) = 209+131+132=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18384 is #2E7C7B. Grayscale: #9A9A9A. Windows color (decimal): -3046524 or 8684497. OLE color: 8684497.

HSL color Cylindrical-coordinate representation of color #D18384: hue angle of 359.23º 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 #D18384 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 132 -
CMYK 0 0.37 0.37 0.18
HSL 359.23º 0.46% 0.67% -
HSV(B) 359.23º 0.37% 0.82% -
XYZ 38.58 31.45 25.87 -
YUV 154.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 209 131 132 0 0.37 0.37 0.18 359.23 0.46 0.67
Hex D1 83 84 0 25 25 12 167 2E 43
Octal 321 203 204 0 45 45 22 547 56 103
Binary 11010001 10000011 10000100 0 100101 100101 10010 101100111 101110 1000011

Color Harmonies of #D18384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18384

Black with #D18384

Text Example


Text Example

White with #D18384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18384; }

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

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

background-color css

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

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

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

border-color css

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

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

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