#D249CA

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

Shades of Fuchsia #D249CA

Tints of Fuchsia #D249CA

Color information

#D249CA (or 0xD249CA) is unknown color: approx Fuchsia. HEX triplet: D2, 49 and CA. RGB value is (210,73,202). Sum of RGB (Red+Green+Blue) = 210+73+202=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CA is #2DB635. Grayscale: #808080. Windows color (decimal): -2995766 or 13257170. OLE color: 13257170.

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

Color convert

RGB21073202-
CMYK00.650.040.18
HSL303.5º60.35%55.49%-
HSV(B)303.5º65.24%82.35%-
XYZ39.6222.7358.18-
YUV128.67169.39186.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 73 (28.91% from 255) = 15.05%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=43.30%
G=15.05%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107320200.650.040.18303.560.3555.49
HexD249CA0414121303c37
Octal32211131201014224607467
Binary110100101001001110010100100000110010010100110000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D249CA; }

 p { color: rgb(210,73,202); }

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

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

 a { background-color: rgb(210,73,202); }

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

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

 span { border-color: rgb(210,73,202); }

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