Html Css Color HEX #D1808D Charm

📋 copy color: '#D1808D'

red 209 ◦ green 128 ◦ blue 141

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

Shades of Charm #D1808D

Tints of Charm #D1808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

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

R = 43.72%
G = 26.78%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1808D (or 0xD1808D) is known color: Charm. HEX triplet: D1, 80 and 8D. RGB value is (209,128,141). Sum of RGB (Red+Green+Blue) = 209+128+141=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1808D is #2E7F72. Grayscale: #999999. Windows color (decimal): -3047283 or 9273553. OLE color: 9273553.

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

Color convert

RGB 209 128 141 -
CMYK 0 0.39 0.33 0.18
HSL 350.37º 0.47% 0.66% -
HSV(B) 350.37º 0.39% 0.82% -
XYZ 38.82 30.92 29.12 -
YUV 153.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 209 128 141 0 0.39 0.33 0.18 350.37 0.47 0.66
Hex D1 80 8D 0 27 21 12 15E 2F 42
Octal 321 200 215 0 47 41 22 536 57 102
Binary 11010001 10000000 10001101 0 100111 100001 10010 101011110 101111 1000010

Color Harmonies of #D1808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1808D

Black with #D1808D

Text Example


Text Example

White with #D1808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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