#D535CB

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

Shades of Fuchsia #D535CB

Tints of Fuchsia #D535CB

Color information

#D535CB (or 0xD535CB) is unknown color: approx Fuchsia. HEX triplet: D5, 35 and CB. RGB value is (213,53,203). Sum of RGB (Red+Green+Blue) = 213+53+203=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D535CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535CB is #2ACA34. Grayscale: #757575. Windows color (decimal): -2804277 or 13317589. OLE color: 13317589.

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

Color convert

RGB21353203-
CMYK00.750.050.16
HSL303.75º65.57%52.16%-
HSV(B)303.75º75.12%83.53%-
XYZ39.492158.47-
YUV117.94176.01195.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 53 (21.09% from 255) = 11.30%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=45.42%
G=11.30%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135320300.750.050.16303.7565.5752.16
HexD535CB04B5101304234
Octal32565313011352046010264
Binary110101011101011100101101001011101100001001100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535CB; }

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

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

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

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

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

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

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

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