#D844C6

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

Shades of Fuchsia #D844C6

Tints of Fuchsia #D844C6

Color information

#D844C6 (or 0xD844C6) is unknown color: approx Fuchsia. HEX triplet: D8, 44 and C6. RGB value is (216,68,198). Sum of RGB (Red+Green+Blue) = 216+68+198=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D844C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844C6 is #27BB39. Grayscale: #7E7E7E. Windows color (decimal): -2603834 or 12993752. OLE color: 12993752.

HSL color Cylindrical-coordinate representation of color #D844C6: hue angle of 307.3º 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 #D844C6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21668198-
CMYK00.690.080.15
HSL307.3º65.49%55.69%-
HSV(B)307.3º68.52%84.71%-
XYZ40.5822.8155.69-
YUV127.07168.03191.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 68 (26.95% from 255) = 14.11%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=44.81%
G=14.11%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166819800.690.080.15307.365.4955.69
HexD844C60458F1334138
Octal3301043060105101746310170
Binary1101100010001001100011001000101100011111001100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D844C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D844C6; }

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

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

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

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

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

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

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

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