#D348CA

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

Shades of Fuchsia #D348CA

Tints of Fuchsia #D348CA

Color information

#D348CA (or 0xD348CA) is unknown color: approx Fuchsia. HEX triplet: D3, 48 and CA. RGB value is (211,72,202). Sum of RGB (Red+Green+Blue) = 211+72+202=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D348CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348CA is #2CB735. Grayscale: #808080. Windows color (decimal): -2930486 or 13256915. OLE color: 13256915.

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

Color convert

RGB21172202-
CMYK00.660.040.17
HSL303.88º61.23%55.49%-
HSV(B)303.88º65.88%82.75%-
XYZ39.8422.7558.17-
YUV128.38169.55186.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 72 (28.52% from 255) = 14.85%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=43.51%
G=14.85%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117220200.660.040.17303.8861.2355.49
HexD348CA0424111303d37
Octal32311031201024214607567
Binary110100111001000110010100100001010010001100110000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D348CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D348CA; }

 p { color: rgb(211,72,202); }

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

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

 a { background-color: rgb(211,72,202); }

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

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

 span { border-color: rgb(211,72,202); }

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