#D2727C

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

Shades of Charm #D2727C

Tints of Charm #D2727C

Color information

#D2727C (or 0xD2727C) is unknown color: approx Charm. HEX triplet: D2, 72 and 7C. RGB value is (210,114,124). Sum of RGB (Red+Green+Blue) = 210+114+124=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2727C is #2D8D83. Grayscale: #8F8F8F. Windows color (decimal): -2985348 or 8155858. OLE color: 8155858.

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

Color convert

RGB210114124-
CMYK00.460.410.18
HSL353.75º51.61%63.53%-
HSV(B)353.75º45.71%82.35%-
XYZ36.2327.1922.41-
YUV143.84116.8175.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=46.88%
G=25.45%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011412400.460.410.18353.7551.6163.53
HexD2727C02E29121623440
Octal322162174056512254264100
Binary11010010111001011111000101110101001100101011000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2727C; }

 p { color: rgb(210,114,124); }

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

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

 a { background-color: rgb(210,114,124); }

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

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

 span { border-color: rgb(210,114,124); }

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