#D148CB

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

Shades of Fuchsia #D148CB

Tints of Fuchsia #D148CB

Color information

#D148CB (or 0xD148CB) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and CB. RGB value is (209,72,203). Sum of RGB (Red+Green+Blue) = 209+72+203=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CB is #2EB734. Grayscale: #7F7F7F. Windows color (decimal): -3061557 or 13322449. OLE color: 13322449.

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

Color convert

RGB20972203-
CMYK00.660.030.18
HSL302.63º59.83%55.1%-
HSV(B)302.63º65.55%81.96%-
XYZ39.3922.558.77-
YUV127.9170.39185.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 72 (28.52% from 255) = 14.88%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=43.18%
G=14.88%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097220300.660.030.18302.6359.8355.1
HexD148CB04231212f3c37
Octal32111031301023224577467
Binary11010001100100011001011010000101110010100101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148CB; }

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

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

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

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

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

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

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

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