Html Css Color HEX #D1818C Charm

📋 copy color: '#D1818C'

red 209 ◦ green 129 ◦ blue 140

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

Shades of Charm #D1818C

Tints of Charm #D1818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 43.72%
G = 26.99%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1818C (or 0xD1818C) is known color: Charm. HEX triplet: D1, 81 and 8C. RGB value is (209,129,140). Sum of RGB (Red+Green+Blue) = 209+129+140=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1818C is #2E7E73. Grayscale: #9A9A9A. Windows color (decimal): -3047028 or 9208273. OLE color: 9208273.

HSL color Cylindrical-coordinate representation of color #D1818C: hue angle of 351.75º degrees, saturation: 0.47, 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 #D1818C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 140 -
CMYK 0 0.38 0.33 0.18
HSL 351.75º 0.47% 0.66% -
HSV(B) 351.75º 0.38% 0.82% -
XYZ 38.88 31.15 28.77 -
YUV 154.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 209 129 140 0 0.38 0.33 0.18 351.75 0.47 0.66
Hex D1 81 8C 0 26 21 12 160 2F 42
Octal 321 201 214 0 46 41 22 540 57 102
Binary 11010001 10000001 10001100 0 100110 100001 10010 101100000 101111 1000010

Color Harmonies of #D1818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1818C

Black with #D1818C

Text Example


Text Example

White with #D1818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1818C; }

 p { color: rgb(209,129,140); }

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

background-color css

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

 a { background-color: rgb(209,129,140); }

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

border-color css

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

 span { border-color: rgb(209,129,140); }

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