#D538CC

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

Shades of Fuchsia #D538CC

Tints of Fuchsia #D538CC

Color information

#D538CC (or 0xD538CC) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and CC. RGB value is (213,56,204). Sum of RGB (Red+Green+Blue) = 213+56+204=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D538CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538CC is #2AC733. Grayscale: #777777. Windows color (decimal): -2803508 or 13383893. OLE color: 13383893.

HSL color Cylindrical-coordinate representation of color #D538CC: hue angle of 303.44º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538CC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21356204-
CMYK00.740.040.16
HSL303.44º65.15%52.75%-
HSV(B)303.44º73.71%83.53%-
XYZ39.7521.3359.15-
YUV119.82175.51194.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 56 (22.27% from 255) = 11.84%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=45.03%
G=11.84%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135620400.740.040.16303.4465.1552.75
HexD538CC04A41012f4135
Octal32570314011242045710165
Binary110101011110001100110001001010100100001001011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538CC; }

 p { color: rgb(213,56,204); }

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

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

 a { background-color: rgb(213,56,204); }

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

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

 span { border-color: rgb(213,56,204); }

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