#D433B9

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

Shades of Fuchsia #D433B9

Tints of Fuchsia #D433B9

Color information

#D433B9 (or 0xD433B9) is unknown color: approx Fuchsia. HEX triplet: D4, 33 and B9. RGB value is (212,51,185). Sum of RGB (Red+Green+Blue) = 212+51+185=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D433B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433B9 is #2BCC46. Grayscale: #727272. Windows color (decimal): -2870343 or 12137428. OLE color: 12137428.

HSL color Cylindrical-coordinate representation of color #D433B9: hue angle of 310.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D433B9 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB21251185-
CMYK00.760.130.17
HSL310.06º65.18%51.57%-
HSV(B)310.06º75.94%83.14%-
XYZ37.0919.8747.78-
YUV114.42167.84197.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 51 (20.31% from 255) = 11.38%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=47.32%
G=11.38%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125118500.760.130.17310.0665.1851.57
HexD433B904CD111364134
Octal324632710114152146610164
Binary1101010011001110111001010011001101100011001101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D433B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D433B9; }

 p { color: rgb(212,51,185); }

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

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

 a { background-color: rgb(212,51,185); }

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

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

 span { border-color: rgb(212,51,185); }

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