#D148C1

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

Shades of Fuchsia #D148C1

Tints of Fuchsia #D148C1

Color information

#D148C1 (or 0xD148C1) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and C1. RGB value is (209,72,193). Sum of RGB (Red+Green+Blue) = 209+72+193=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C1 is #2EB73E. Grayscale: #7E7E7E. Windows color (decimal): -3061567 or 12667089. OLE color: 12667089.

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

Color convert

RGB20972193-
CMYK00.660.080.18
HSL307.01º59.83%55.1%-
HSV(B)307.01º65.55%81.96%-
XYZ38.2422.0452.69-
YUV126.76165.39186.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=44.09%
G=15.19%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097219300.660.080.18307.0159.8355.1
HexD148C10428121333c37
Octal321110301010210224637467
Binary1101000110010001100000101000010100010010100110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148C1; }

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

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

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

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

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

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

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

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