Html Css Color HEX #D1818A Charm

📋 copy color: '#D1818A'

red 209 ◦ green 129 ◦ blue 138

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

Shades of Charm #D1818A

Tints of Charm #D1818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 43.91%
G = 27.1%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1818A (or 0xD1818A) is known color: Charm. HEX triplet: D1, 81 and 8A. RGB value is (209,129,138). Sum of RGB (Red+Green+Blue) = 209+129+138=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1818A is #2E7E75. Grayscale: #999999. Windows color (decimal): -3047030 or 9077201. OLE color: 9077201.

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

Color convert

RGB 209 129 138 -
CMYK 0 0.38 0.34 0.18
HSL 353.25º 0.47% 0.66% -
HSV(B) 353.25º 0.38% 0.82% -
XYZ 38.73 31.09 28 -
YUV 153.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 209 129 138 0 0.38 0.34 0.18 353.25 0.47 0.66
Hex D1 81 8A 0 26 22 12 161 2F 42
Octal 321 201 212 0 46 42 22 541 57 102
Binary 11010001 10000001 10001010 0 100110 100010 10010 101100001 101111 1000010

Color Harmonies of #D1818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1818A

Black with #D1818A

Text Example


Text Example

White with #D1818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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