#D5667C

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

Shades of Charm #D5667C

Tints of Charm #D5667C

Color information

#D5667C (or 0xD5667C) is unknown color: approx Charm. HEX triplet: D5, 66 and 7C. RGB value is (213,102,124). Sum of RGB (Red+Green+Blue) = 213+102+124=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5667C is #2A9983. Grayscale: #898989. Windows color (decimal): -2791812 or 8152789. OLE color: 8152789.

HSL color Cylindrical-coordinate representation of color #D5667C: hue angle of 348.11º 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 #D5667C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213102124-
CMYK00.520.420.16
HSL348.11º56.92%61.76%-
HSV(B)348.11º52.11%83.53%-
XYZ35.8325.122.03-
YUV137.7120.27181.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=48.52%
G=23.23%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310212400.520.420.16348.1156.9261.76
HexD5667C0342A1015c393e
Octal32514617406452205347176
Binary1101010111001101111100011010010101010000101011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5667C; }

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

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

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

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

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

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

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

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