Html Css Color HEX #D16380 Charm

📋 copy color: '#D16380'

red 209 ◦ green 99 ◦ blue 128

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

Shades of Charm #D16380

Tints of Charm #D16380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 47.94%
G = 22.71%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D16380 (or 0xD16380) is known color: Charm. HEX triplet: D1, 63 and 80. RGB value is (209,99,128). Sum of RGB (Red+Green+Blue) = 209+99+128=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D16380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16380 is #2E9C7F. Grayscale: #878787. Windows color (decimal): -3054720 or 8414161. OLE color: 8414161.

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

Color convert

RGB 209 99 128 -
CMYK 0 0.53 0.39 0.18
HSL 344.18º 0.54% 0.6% -
HSV(B) 344.18º 0.53% 0.82% -
XYZ 34.65 24.04 23.24 -
YUV 135.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 209 99 128 0 0.53 0.39 0.18 344.18 0.54 0.6
Hex D1 63 80 0 35 27 12 158 36 3C
Octal 321 143 200 0 65 47 22 530 66 74
Binary 11010001 1100011 10000000 0 110101 100111 10010 101011000 110110 111100

Color Harmonies of #D16380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16380

Black with #D16380

Text Example


Text Example

White with #D16380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16380; }

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

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

background-color css

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

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

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

border-color css

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

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

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