#D5647E

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

Shades of Charm #D5647E

Tints of Charm #D5647E

Color information

#D5647E (or 0xD5647E) is unknown color: approx Charm. HEX triplet: D5, 64 and 7E. RGB value is (213,100,126). Sum of RGB (Red+Green+Blue) = 213+100+126=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647E is #2A9B81. Grayscale: #888888. Windows color (decimal): -2792322 or 8283349. OLE color: 8283349.

HSL color Cylindrical-coordinate representation of color #D5647E: hue angle of 346.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5647E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213100126-
CMYK00.530.410.16
HSL346.19º57.36%61.37%-
HSV(B)346.19º53.05%83.53%-
XYZ35.7624.7722.63-
YUV136.75121.94182.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=48.52%
G=22.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310012600.530.410.16346.1957.3661.37
HexD5647E035291015a393d
Octal32514417606551205327175
Binary1101010111001001111110011010110100110000101011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5647E; }

 p { color: rgb(213,100,126); }

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

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

 a { background-color: rgb(213,100,126); }

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

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

 span { border-color: rgb(213,100,126); }

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