#D46283

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

Shades of Charm #D46283

Tints of Charm #D46283

Color information

#D46283 (or 0xD46283) is unknown color: approx Charm. HEX triplet: D4, 62 and 83. RGB value is (212,98,131). Sum of RGB (Red+Green+Blue) = 212+98+131=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46283 is #2B9D7C. Grayscale: #878787. Windows color (decimal): -2858365 or 8610516. OLE color: 8610516.

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

Color convert

RGB21298131-
CMYK00.540.380.17
HSL342.63º57%60.78%-
HSV(B)342.63º53.77%83.14%-
XYZ35.6224.3724.3-
YUV135.85125.27182.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=48.07%
G=22.22%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129813100.540.380.17342.635760.78
HexD462830362611157393d
Octal32414220306646215277175
Binary11010100110001010000011011011010011010001101010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46283; }

 p { color: rgb(212,98,131); }

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

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

 a { background-color: rgb(212,98,131); }

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

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

 span { border-color: rgb(212,98,131); }

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