#D244C0

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

Shades of Fuchsia #D244C0

Tints of Fuchsia #D244C0

Color information

#D244C0 (or 0xD244C0) is unknown color: approx Fuchsia. HEX triplet: D2, 44 and C0. RGB value is (210,68,192). Sum of RGB (Red+Green+Blue) = 210+68+192=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D244C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244C0 is #2DBB3F. Grayscale: #7C7C7C. Windows color (decimal): -2997056 or 12600530. OLE color: 12600530.

HSL color Cylindrical-coordinate representation of color #D244C0: hue angle of 307.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244C0 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB21068192-
CMYK00.680.090.18
HSL307.61º61.21%54.51%-
HSV(B)307.61º67.62%82.35%-
XYZ38.1621.6452.04-
YUV124.59166.04188.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=44.68%
G=14.47%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106819200.680.090.18307.6161.2154.51
HexD244C00449121343d37
Octal322104300010411224647567
Binary1101001010001001100000001000100100110010100110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D244C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D244C0; }

 p { color: rgb(210,68,192); }

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

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

 a { background-color: rgb(210,68,192); }

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

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

 span { border-color: rgb(210,68,192); }

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