#d842c5

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

Shades of Fuchsia #D842C5

Tints of Fuchsia #D842C5

Color information

#D842C5 (or 0xD842C5) is unknown color: approx Fuchsia. HEX triplet: D8, 42 and C5. RGB value is (216,66,197). Sum of RGB (Red+Green+Blue) = 216+66+197=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C5 is #27BD3A. Grayscale: #7D7D7D. Windows color (decimal): -2604347 or 12927704. OLE color: 12927704.

HSL color Cylindrical-coordinate representation of color #D842C5: hue angle of 307.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842C5 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21666197-
CMYK00.690.090.15
HSL307.6º65.79%55.29%-
HSV(B)307.6º69.44%84.71%-
XYZ40.3522.5355.04-
YUV125.78168.2192.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=45.09%
G=13.78%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166619700.690.090.15307.665.7955.29
HexD842C50459F1344237
Octal3301023050105111746410267
Binary1101100010000101100010101000101100111111001101001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d842c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d842c5; }

 p { color: rgb(216,66,197); }

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

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

 a { background-color: rgb(216,66,197); }

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

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

 span { border-color: rgb(216,66,197); }

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