#D46284

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

Shades of Charm #D46284

Tints of Charm #D46284

Color information

#D46284 (or 0xD46284) is unknown color: approx Charm. HEX triplet: D4, 62 and 84. RGB value is (212,98,132). Sum of RGB (Red+Green+Blue) = 212+98+132=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D46284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46284 is #2B9D7B. Grayscale: #878787. Windows color (decimal): -2858364 or 8676052. OLE color: 8676052.

HSL color Cylindrical-coordinate representation of color #D46284: hue angle of 342.11º 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 #D46284 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21298132-
CMYK00.540.380.17
HSL342.11º57%60.78%-
HSV(B)342.11º53.77%83.14%-
XYZ35.6824.424.66-
YUV135.96125.77182.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=47.96%
G=22.17%
B=29.86%

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
Decimal2129813200.540.380.17342.115760.78
HexD462840362611156393d
Octal32414220406646215267175
Binary11010100110001010000100011011010011010001101010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46284; }

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

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

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

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

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

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

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

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