Html Css Color HEX #D16A83 Charm

📋 copy color: '#D16A83'

red 209 ◦ green 106 ◦ blue 131

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

Shades of Charm #D16A83

Tints of Charm #D16A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 131 (51.56% from 255) = 29.37%

R = 46.86%
G = 23.77%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D16A83 (or 0xD16A83) is known color: Charm. HEX triplet: D1, 6A and 83. RGB value is (209,106,131). Sum of RGB (Red+Green+Blue) = 209+106+131=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16A83 is #2E957C. Grayscale: #8B8B8B. Windows color (decimal): -3052925 or 8612561. OLE color: 8612561.

HSL color Cylindrical-coordinate representation of color #D16A83: hue angle of 345.44º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A83 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 131 -
CMYK 0 0.49 0.37 0.18
HSL 345.44º 0.53% 0.62% -
HSV(B) 345.44º 0.49% 0.82% -
XYZ 35.55 25.5 24.52 -
YUV 139.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 209 106 131 0 0.49 0.37 0.18 345.44 0.53 0.62
Hex D1 6A 83 0 31 25 12 159 35 3E
Octal 321 152 203 0 61 45 22 531 65 76
Binary 11010001 1101010 10000011 0 110001 100101 10010 101011001 110101 111110

Color Harmonies of #D16A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A83

Black with #D16A83

Text Example


Text Example

White with #D16A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A83; }

 p { color: rgb(209,106,131); }

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

background-color css

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

 a { background-color: rgb(209,106,131); }

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

border-color css

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

 span { border-color: rgb(209,106,131); }

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