#D27184

Color #D27184 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D27184

Tints of Charm #D27184

Color information

#D27184 (or 0xD27184) is unknown color: approx Charm. HEX triplet: D2, 71 and 84. RGB value is (210,113,132). Sum of RGB (Red+Green+Blue) = 210+113+132=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27184 is #2D8E7B. Grayscale: #909090. Windows color (decimal): -2985596 or 8679890. OLE color: 8679890.

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

Color convert

RGB210113132-
CMYK00.460.370.18
HSL348.25º51.87%63.33%-
HSV(B)348.25º46.19%82.35%-
XYZ36.6527.1825.14-
YUV144.17121.14174.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=46.15%
G=24.84%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011313200.460.370.18348.2551.8763.33
HexD2718402E251215c343f
Octal32216120405645225346477
Binary11010010111000110000100010111010010110010101011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27184; }

 p { color: rgb(210,113,132); }

 H1.HeaderClassName
 {
   color: #D27184;
 }
 .AnyTagClassName
 {
   color: #D27184;
 }
</style>
background-color css

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

 a { background-color: rgb(210,113,132); }

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

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

 span { border-color: rgb(210,113,132); }

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