#D2677D

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

Shades of Charm #D2677D

Tints of Charm #D2677D

Color information

#D2677D (or 0xD2677D) is unknown color: approx Charm. HEX triplet: D2, 67 and 7D. RGB value is (210,103,125). Sum of RGB (Red+Green+Blue) = 210+103+125=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2677D is #2D9882. Grayscale: #898989. Windows color (decimal): -2988163 or 8218578. OLE color: 8218578.

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

Color convert

RGB210103125-
CMYK00.510.400.18
HSL347.66º54.31%61.37%-
HSV(B)347.66º50.95%82.35%-
XYZ35.1324.8822.35-
YUV137.5120.95179.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=47.95%
G=23.52%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010312500.510.400.18347.6654.3161.37
HexD2677D033281215c363d
Octal32214717506350225346675
Binary1101001011001111111101011001110100010010101011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2677D; }

 p { color: rgb(210,103,125); }

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

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

 a { background-color: rgb(210,103,125); }

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

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

 span { border-color: rgb(210,103,125); }

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