Html Css Color HEX #D1818D Charm

📋 copy color: '#D1818D'

red 209 ◦ green 129 ◦ blue 141

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

Shades of Charm #D1818D

Tints of Charm #D1818D

RGB

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

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

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

R = 43.63%
G = 26.93%
B = 29.44%

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

#D1818D (or 0xD1818D) is known color: Charm. HEX triplet: D1, 81 and 8D. RGB value is (209,129,141). Sum of RGB (Red+Green+Blue) = 209+129+141=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1818D is #2E7E72. Grayscale: #9A9A9A. Windows color (decimal): -3047027 or 9273809. OLE color: 9273809.

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

Color convert

RGB 209 129 141 -
CMYK 0 0.38 0.33 0.18
HSL 351º 0.47% 0.66% -
HSV(B) 351º 0.38% 0.82% -
XYZ 38.95 31.18 29.16 -
YUV 154.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 209 129 141 0 0.38 0.33 0.18 351 0.47 0.66
Hex D1 81 8D 0 26 21 12 15F 2F 42
Octal 321 201 215 0 46 41 22 537 57 102
Binary 11010001 10000001 10001101 0 100110 100001 10010 101011111 101111 1000010

Color Harmonies of #D1818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1818D

Black with #D1818D

Text Example


Text Example

White with #D1818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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