#D73CCA

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

Shades of Fuchsia #D73CCA

Tints of Fuchsia #D73CCA

Color information

#D73CCA (or 0xD73CCA) is unknown color: approx Fuchsia. HEX triplet: D7, 3C and CA. RGB value is (215,60,202). Sum of RGB (Red+Green+Blue) = 215+60+202=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CCA is #28C335. Grayscale: #7A7A7A. Windows color (decimal): -2671414 or 13253847. OLE color: 13253847.

HSL color Cylindrical-coordinate representation of color #D73CCA: hue angle of 305.03º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73CCA is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21560202-
CMYK00.720.060.16
HSL305.03º65.96%53.92%-
HSV(B)305.03º72.09%84.31%-
XYZ40.321.9457.99-
YUV122.53172.85193.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=45.07%
G=12.58%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156020200.720.060.16305.0365.9653.92
HexD73CCA0486101314236
Octal32774312011062046110266
Binary110101111111001100101001001000110100001001100011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73CCA; }

 p { color: rgb(215,60,202); }

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

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

 a { background-color: rgb(215,60,202); }

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

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

 span { border-color: rgb(215,60,202); }

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