#D24ABA

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

Shades of Fuchsia #D24ABA

Tints of Fuchsia #D24ABA

Color information

#D24ABA (or 0xD24ABA) is unknown color: approx Fuchsia. HEX triplet: D2, 4A and BA. RGB value is (210,74,186). Sum of RGB (Red+Green+Blue) = 210+74+186=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ABA is #2DB545. Grayscale: #7F7F7F. Windows color (decimal): -2995526 or 12208850. OLE color: 12208850.

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

Color convert

RGB21074186-
CMYK00.650.110.18
HSL310.59º60.18%55.69%-
HSV(B)310.59º64.76%82.35%-
XYZ37.8922.1448.73-
YUV127.43161.06186.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=44.68%
G=15.74%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107418600.650.110.18310.5960.1855.69
HexD24ABA041B121373c38
Octal322112272010113224677470
Binary1101001010010101011101001000001101110010100110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24ABA; }

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

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

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

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

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

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

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

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