#D447CD

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

Shades of Fuchsia #D447CD

Tints of Fuchsia #D447CD

Color information

#D447CD (or 0xD447CD) is unknown color: approx Fuchsia. HEX triplet: D4, 47 and CD. RGB value is (212,71,205). Sum of RGB (Red+Green+Blue) = 212+71+205=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D447CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447CD is #2BB832. Grayscale: #808080. Windows color (decimal): -2865203 or 13453268. OLE color: 13453268.

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

Color convert

RGB21271205-
CMYK00.670.030.17
HSL302.98º62.11%55.49%-
HSV(B)302.98º66.51%83.14%-
XYZ40.4222.9160.05-
YUV128.44171.21187.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=43.44%
G=14.55%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127120500.670.030.17302.9862.1155.49
HexD447CD04331112f3e37
Octal32410731501033214577667
Binary11010100100011111001101010000111110001100101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D447CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D447CD; }

 p { color: rgb(212,71,205); }

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

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

 a { background-color: rgb(212,71,205); }

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

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

 span { border-color: rgb(212,71,205); }

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