#D348B4

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

Shades of Fuchsia #D348B4

Tints of Fuchsia #D348B4

Color information

#D348B4 (or 0xD348B4) is unknown color: approx Fuchsia. HEX triplet: D3, 48 and B4. RGB value is (211,72,180). Sum of RGB (Red+Green+Blue) = 211+72+180=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D348B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348B4 is #2CB74B. Grayscale: #7D7D7D. Windows color (decimal): -2930508 or 11815123. OLE color: 11815123.

HSL color Cylindrical-coordinate representation of color #D348B4: hue angle of 313.38º 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 #D348B4 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB21172180-
CMYK00.660.150.17
HSL313.38º61.23%55.49%-
HSV(B)313.38º65.88%82.75%-
XYZ37.4221.7845.41-
YUV125.87158.55188.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=45.57%
G=15.55%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117218000.660.150.17313.3861.2355.49
HexD348B4042F111393d37
Octal323110264010217214717567
Binary1101001110010001011010001000010111110001100111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D348B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D348B4; }

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

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

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

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

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

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

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

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