#D33CCD

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

Shades of Fuchsia #D33CCD

Tints of Fuchsia #D33CCD

Color information

#D33CCD (or 0xD33CCD) is unknown color: approx Fuchsia. HEX triplet: D3, 3C and CD. RGB value is (211,60,205). Sum of RGB (Red+Green+Blue) = 211+60+205=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CCD is #2CC332. Grayscale: #797979. Windows color (decimal): -2933555 or 13450451. OLE color: 13450451.

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

Color convert

RGB21160205-
CMYK00.720.030.17
HSL302.38º63.18%53.14%-
HSV(B)302.38º71.56%82.75%-
XYZ39.521.4959.82-
YUV121.68175.03191.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.33%
GREEN value IS 60 (23.83% from 255) = 12.61%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=44.33%
G=12.61%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116020500.720.030.17302.3863.1853.14
HexD33CCD04831112e3f35
Octal3237431501103214567765
Binary1101001111110011001101010010001110001100101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33CCD; }

 p { color: rgb(211,60,205); }

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

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

 a { background-color: rgb(211,60,205); }

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

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

 span { border-color: rgb(211,60,205); }

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