#d448c1

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

Shades of Fuchsia #D448C1

Tints of Fuchsia #D448C1

Color information

#D448C1 (or 0xD448C1) is unknown color: approx Fuchsia. HEX triplet: D4, 48 and C1. RGB value is (212,72,193). Sum of RGB (Red+Green+Blue) = 212+72+193=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D448C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448C1 is #2BB73E. Grayscale: #7F7F7F. Windows color (decimal): -2864959 or 12667092. OLE color: 12667092.

HSL color Cylindrical-coordinate representation of color #D448C1: hue angle of 308.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448C1 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21272193-
CMYK00.660.090.17
HSL308.14º61.95%55.69%-
HSV(B)308.14º66.04%83.14%-
XYZ39.0922.4852.73-
YUV127.65164.88188.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=44.44%
G=15.09%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127219300.660.090.17308.1461.9555.69
HexD448C10429111343e38
Octal324110301010211214647670
Binary1101010010010001100000101000010100110001100110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d448c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d448c1; }

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

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

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

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

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

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

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

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