#D244B7

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

Shades of Fuchsia #D244B7

Tints of Fuchsia #D244B7

Color information

#D244B7 (or 0xD244B7) is unknown color: approx Fuchsia. HEX triplet: D2, 44 and B7. RGB value is (210,68,183). Sum of RGB (Red+Green+Blue) = 210+68+183=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D244B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244B7 is #2DBB48. Grayscale: #7B7B7B. Windows color (decimal): -2997065 or 12010706. OLE color: 12010706.

HSL color Cylindrical-coordinate representation of color #D244B7: hue angle of 311.41º 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 #D244B7 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB21068183-
CMYK00.680.130.18
HSL311.41º61.21%54.51%-
HSV(B)311.41º67.62%82.35%-
XYZ37.1921.2546.94-
YUV123.57161.54189.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=45.55%
G=14.75%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106818300.680.130.18311.4161.2154.51
HexD244B7044D121373d37
Octal322104267010415224677567
Binary1101001010001001011011101000100110110010100110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D244B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D244B7; }

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

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

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

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

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

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

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

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