Html Css Color HEX #D16284 Charm

📋 copy color: '#D16284'

red 209 ◦ green 98 ◦ blue 132

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

Shades of Charm #D16284

Tints of Charm #D16284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 47.61%
G = 22.32%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D16284 (or 0xD16284) is known color: Charm. HEX triplet: D1, 62 and 84. RGB value is (209,98,132). Sum of RGB (Red+Green+Blue) = 209+98+132=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D16284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16284 is #2E9D7B. Grayscale: #878787. Windows color (decimal): -3054972 or 8676049. OLE color: 8676049.

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

Color convert

RGB 209 98 132 -
CMYK 0 0.53 0.37 0.18
HSL 341.62º 0.55% 0.6% -
HSV(B) 341.62º 0.53% 0.82% -
XYZ 34.83 23.96 24.62 -
YUV 135.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 209 98 132 0 0.53 0.37 0.18 341.62 0.55 0.6
Hex D1 62 84 0 35 25 12 156 37 3C
Octal 321 142 204 0 65 45 22 526 67 74
Binary 11010001 1100010 10000100 0 110101 100101 10010 101010110 110111 111100

Color Harmonies of #D16284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16284

Black with #D16284

Text Example


Text Example

White with #D16284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16284; }

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

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

background-color css

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

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

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

border-color css

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

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

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