#D253BA

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

Shades of Fuchsia #D253BA

Tints of Fuchsia #D253BA

Color information

#D253BA (or 0xD253BA) is unknown color: approx Fuchsia. HEX triplet: D2, 53 and BA. RGB value is (210,83,186). Sum of RGB (Red+Green+Blue) = 210+83+186=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BA is #2DAC45. Grayscale: #848484. Windows color (decimal): -2993222 or 12211154. OLE color: 12211154.

HSL color Cylindrical-coordinate representation of color #D253BA: hue angle of 311.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253BA is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB21083186-
CMYK00.600.110.18
HSL311.34º58.53%57.45%-
HSV(B)311.34º60.48%82.35%-
XYZ38.5323.4348.95-
YUV132.72158.08183.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 83 (32.81% from 255) = 17.33%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=43.84%
G=17.33%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108318600.600.110.18311.3458.5357.45
HexD253BA03CB121373b39
Octal32212327207413224677371
Binary110100101010011101110100111100101110010100110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D253BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D253BA; }

 p { color: rgb(210,83,186); }

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

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

 a { background-color: rgb(210,83,186); }

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

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

 span { border-color: rgb(210,83,186); }

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