#D5667E

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

Shades of Charm #D5667E

Tints of Charm #D5667E

Color information

#D5667E (or 0xD5667E) is unknown color: approx Charm. HEX triplet: D5, 66 and 7E. RGB value is (213,102,126). Sum of RGB (Red+Green+Blue) = 213+102+126=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5667E is #2A9981. Grayscale: #898989. Windows color (decimal): -2791810 or 8283861. OLE color: 8283861.

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

Color convert

RGB213102126-
CMYK00.520.410.16
HSL347.03º56.92%61.76%-
HSV(B)347.03º52.11%83.53%-
XYZ35.9625.1622.7-
YUV137.92121.27181.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=48.30%
G=23.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310212600.520.410.16347.0356.9261.76
HexD5667E034291015b393e
Octal32514617606451205337176
Binary1101010111001101111110011010010100110000101011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5667E; }

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

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

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

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

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

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

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

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