#D53CCB

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

Shades of Fuchsia #D53CCB

Tints of Fuchsia #D53CCB

Color information

#D53CCB (or 0xD53CCB) is unknown color: approx Fuchsia. HEX triplet: D5, 3C and CB. RGB value is (213,60,203). Sum of RGB (Red+Green+Blue) = 213+60+203=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CCB is #2AC334. Grayscale: #797979. Windows color (decimal): -2802485 or 13319381. OLE color: 13319381.

HSL color Cylindrical-coordinate representation of color #D53CCB: hue angle of 303.92º degrees, saturation: 0.65, 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 #D53CCB is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21360203-
CMYK00.720.050.16
HSL303.92º64.56%53.53%-
HSV(B)303.92º71.83%83.53%-
XYZ39.8421.6958.59-
YUV122.05173.69192.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 60 (23.83% from 255) = 12.61%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=44.75%
G=12.61%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136020300.720.050.16303.9264.5653.53
HexD53CCB0485101304136
Octal32574313011052046010166
Binary110101011111001100101101001000101100001001100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CCB; }

 p { color: rgb(213,60,203); }

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

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

 a { background-color: rgb(213,60,203); }

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

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

 span { border-color: rgb(213,60,203); }

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