#d3667d

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

Shades of Charm #D3667D

Tints of Charm #D3667D

Color information

#D3667D (or 0xD3667D) is unknown color: approx Charm. HEX triplet: D3, 66 and 7D. RGB value is (211,102,125). Sum of RGB (Red+Green+Blue) = 211+102+125=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3667D is #2C9982. Grayscale: #898989. Windows color (decimal): -2922883 or 8218323. OLE color: 8218323.

HSL color Cylindrical-coordinate representation of color #D3667D: hue angle of 347.34º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3667D is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211102125-
CMYK00.520.410.17
HSL347.34º55.33%61.37%-
HSV(B)347.34º51.66%82.75%-
XYZ35.3224.8322.33-
YUV137.21121.11180.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=48.17%
G=23.29%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110212500.520.410.17347.3455.3361.37
HexD3667D034291115b373d
Octal32314617506451215336775
Binary1101001111001101111101011010010100110001101011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3667d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3667d; }

 p { color: rgb(211,102,125); }

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

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

 a { background-color: rgb(211,102,125); }

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

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

 span { border-color: rgb(211,102,125); }

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