#D045D4

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

Shades of Fuchsia #D045D4

Tints of Fuchsia #D045D4

Color information

#D045D4 (or 0xD045D4) is unknown color: approx Fuchsia. HEX triplet: D0, 45 and D4. RGB value is (208,69,212). Sum of RGB (Red+Green+Blue) = 208+69+212=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #D045D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045D4 is #2FBA2B. Grayscale: #7E7E7E. Windows color (decimal): -3127852 or 13911504. OLE color: 13911504.

HSL color Cylindrical-coordinate representation of color #D045D4: hue angle of 298.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045D4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20869212-
CMYK0.020.6700.17
HSL298.32º62.45%55.1%-
HSV(B)298.32º67.45%83.14%-
XYZ40.0222.4264.51-
YUV126.86176.05185.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 69 (27.34% from 255) = 14.11%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=42.54%
G=14.11%
B=43.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208692120.020.6700.17298.3262.4555.1
HexD045D424301112a3e37
Octal32010532421030214527667
Binary11010000100010111010100101000011010001100101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045D4; }

 p { color: rgb(208,69,212); }

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

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

 a { background-color: rgb(208,69,212); }

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

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

 span { border-color: rgb(208,69,212); }

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