#D230B9

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

Shades of Fuchsia #D230B9

Tints of Fuchsia #D230B9

Color information

#D230B9 (or 0xD230B9) is unknown color: approx Fuchsia. HEX triplet: D2, 30 and B9. RGB value is (210,48,185). Sum of RGB (Red+Green+Blue) = 210+48+185=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D230B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230B9 is #2DCF46. Grayscale: #6F6F6F. Windows color (decimal): -3002183 or 12136658. OLE color: 12136658.

HSL color Cylindrical-coordinate representation of color #D230B9: hue angle of 309.26º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D230B9 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB21048185-
CMYK00.770.120.18
HSL309.26º64.29%50.59%-
HSV(B)309.26º77.14%82.35%-
XYZ36.3919.3247.71-
YUV112.06169.17197.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 48 (19.14% from 255) = 10.84%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=47.40%
G=10.84%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104818500.770.120.18309.2664.2950.59
HexD230B904DC121354033
Octal322602710115142246510063
Binary1101001011000010111001010011011100100101001101011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D230B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D230B9; }

 p { color: rgb(210,48,185); }

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

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

 a { background-color: rgb(210,48,185); }

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

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

 span { border-color: rgb(210,48,185); }

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