Html Css Color HEX #D16281 Charm

📋 copy color: '#D16281'

red 209 ◦ green 98 ◦ blue 129

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

Shades of Charm #D16281

Tints of Charm #D16281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 47.94%
G = 22.48%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D16281 (or 0xD16281) is known color: Charm. HEX triplet: D1, 62 and 81. RGB value is (209,98,129). Sum of RGB (Red+Green+Blue) = 209+98+129=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D16281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16281 is #2E9D7E. Grayscale: #868686. Windows color (decimal): -3054975 or 8479441. OLE color: 8479441.

HSL color Cylindrical-coordinate representation of color #D16281: hue angle of 343.24º degrees, saturation: 0.55, 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 #D16281 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 129 -
CMYK 0 0.53 0.38 0.18
HSL 343.24º 0.55% 0.6% -
HSV(B) 343.24º 0.53% 0.82% -
XYZ 34.62 23.88 23.55 -
YUV 134.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 209 98 129 0 0.53 0.38 0.18 343.24 0.55 0.6
Hex D1 62 81 0 35 26 12 157 37 3C
Octal 321 142 201 0 65 46 22 527 67 74
Binary 11010001 1100010 10000001 0 110101 100110 10010 101010111 110111 111100

Color Harmonies of #D16281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16281

Black with #D16281

Text Example


Text Example

White with #D16281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16281; }

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

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

background-color css

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

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

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

border-color css

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

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

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