Html Css Color HEX #D16481 Charm

📋 copy color: '#D16481'

red 209 ◦ green 100 ◦ blue 129

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

Shades of Charm #D16481

Tints of Charm #D16481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

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

R = 47.72%
G = 22.83%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D16481 (or 0xD16481) is known color: Charm. HEX triplet: D1, 64 and 81. RGB value is (209,100,129). Sum of RGB (Red+Green+Blue) = 209+100+129=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D16481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16481 is #2E9B7E. Grayscale: #878787. Windows color (decimal): -3054463 or 8479953. OLE color: 8479953.

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

Color convert

RGB 209 100 129 -
CMYK 0 0.52 0.38 0.18
HSL 344.04º 0.54% 0.61% -
HSV(B) 344.04º 0.52% 0.82% -
XYZ 34.81 24.25 23.62 -
YUV 135.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 209 100 129 0 0.52 0.38 0.18 344.04 0.54 0.61
Hex D1 64 81 0 34 26 12 158 36 3D
Octal 321 144 201 0 64 46 22 530 66 75
Binary 11010001 1100100 10000001 0 110100 100110 10010 101011000 110110 111101

Color Harmonies of #D16481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16481

Black with #D16481

Text Example


Text Example

White with #D16481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16481; }

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

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

background-color css

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

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

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

border-color css

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

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

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