#D148CC

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

Shades of Fuchsia #D148CC

Tints of Fuchsia #D148CC

Color information

#D148CC (or 0xD148CC) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and CC. RGB value is (209,72,204). Sum of RGB (Red+Green+Blue) = 209+72+204=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CC is #2EB733. Grayscale: #7F7F7F. Windows color (decimal): -3061556 or 13387985. OLE color: 13387985.

HSL color Cylindrical-coordinate representation of color #D148CC: hue angle of 302.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148CC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20972204-
CMYK00.660.020.18
HSL302.19º59.83%55.1%-
HSV(B)302.19º65.55%81.96%-
XYZ39.5122.5559.4-
YUV128.01170.89185.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 72 (28.52% from 255) = 14.85%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=43.09%
G=14.85%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097220400.660.020.18302.1959.8355.1
HexD148CC04221212e3c37
Octal32111031401022224567467
Binary11010001100100011001100010000101010010100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148CC; }

 p { color: rgb(209,72,204); }

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

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

 a { background-color: rgb(209,72,204); }

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

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

 span { border-color: rgb(209,72,204); }

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