Html Css Color HEX #D16681 Charm

📋 copy color: '#D16681'

red 209 ◦ green 102 ◦ blue 129

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

Shades of Charm #D16681

Tints of Charm #D16681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 47.5%
G = 23.18%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D16681 (or 0xD16681) is known color: Charm. HEX triplet: D1, 66 and 81. RGB value is (209,102,129). Sum of RGB (Red+Green+Blue) = 209+102+129=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16681 is #2E997E. Grayscale: #898989. Windows color (decimal): -3053951 or 8480465. OLE color: 8480465.

HSL color Cylindrical-coordinate representation of color #D16681: hue angle of 344.86º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16681 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 129 -
CMYK 0 0.51 0.38 0.18
HSL 344.86º 0.54% 0.61% -
HSV(B) 344.86º 0.51% 0.82% -
XYZ 35.01 24.64 23.68 -
YUV 137.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 209 102 129 0 0.51 0.38 0.18 344.86 0.54 0.61
Hex D1 66 81 0 33 26 12 159 36 3D
Octal 321 146 201 0 63 46 22 531 66 75
Binary 11010001 1100110 10000001 0 110011 100110 10010 101011001 110110 111101

Color Harmonies of #D16681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16681

Black with #D16681

Text Example


Text Example

White with #D16681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16681; }

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

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

background-color css

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

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

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

border-color css

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

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

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