#D533CD

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

Shades of Fuchsia #D533CD

Tints of Fuchsia #D533CD

Color information

#D533CD (or 0xD533CD) is unknown color: approx Fuchsia. HEX triplet: D5, 33 and CD. RGB value is (213,51,205). Sum of RGB (Red+Green+Blue) = 213+51+205=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D533CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533CD is #2ACC32. Grayscale: #747474. Windows color (decimal): -2804787 or 13448149. OLE color: 13448149.

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

Color convert

RGB21351205-
CMYK00.760.040.16
HSL302.96º65.85%51.76%-
HSV(B)302.96º76.06%83.53%-
XYZ39.6420.9259.71-
YUV116.99177.67196.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 51 (20.31% from 255) = 10.87%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=45.42%
G=10.87%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135120500.760.040.16302.9665.8551.76
HexD533CD04C41012f4234
Octal32563315011442045710264
Binary110101011100111100110101001100100100001001011111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D533CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D533CD; }

 p { color: rgb(213,51,205); }

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

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

 a { background-color: rgb(213,51,205); }

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

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

 span { border-color: rgb(213,51,205); }

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