#D148CD

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

Shades of Fuchsia #D148CD

Tints of Fuchsia #D148CD

Color information

#D148CD (or 0xD148CD) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and CD. RGB value is (209,72,205). Sum of RGB (Red+Green+Blue) = 209+72+205=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CD is #2EB732. Grayscale: #7F7F7F. Windows color (decimal): -3061555 or 13453521. OLE color: 13453521.

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

Color convert

RGB20972205-
CMYK00.660.020.18
HSL301.75º59.83%55.1%-
HSV(B)301.75º65.55%81.96%-
XYZ39.6322.660.03-
YUV128.12171.39185.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 72 (28.52% from 255) = 14.81%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=43.00%
G=14.81%
B=42.18%

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
Decimal2097220500.660.020.18301.7559.8355.1
HexD148CD04221212e3c37
Octal32111031501022224567467
Binary11010001100100011001101010000101010010100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148CD; }

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

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

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

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

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

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

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

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