#d844c5

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

Shades of Fuchsia #D844C5

Tints of Fuchsia #D844C5

Color information

#D844C5 (or 0xD844C5) is unknown color: approx Fuchsia. HEX triplet: D8, 44 and C5. RGB value is (216,68,197). Sum of RGB (Red+Green+Blue) = 216+68+197=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D844C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844C5 is #27BB3A. Grayscale: #7E7E7E. Windows color (decimal): -2603835 or 12928216. OLE color: 12928216.

HSL color Cylindrical-coordinate representation of color #D844C5: hue angle of 307.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844C5 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21668197-
CMYK00.690.090.15
HSL307.7º65.49%55.69%-
HSV(B)307.7º68.52%84.71%-
XYZ40.4622.7655.08-
YUV126.96167.53191.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 68 (26.95% from 255) = 14.14%
BLUE value IS 197 (77.34% from 255) = 40.96%
R=44.91%
G=14.14%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166819700.690.090.15307.765.4955.69
HexD844C50459F1344138
Octal3301043050105111746410170
Binary1101100010001001100010101000101100111111001101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d844c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d844c5; }

 p { color: rgb(216,68,197); }

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

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

 a { background-color: rgb(216,68,197); }

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

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

 span { border-color: rgb(216,68,197); }

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