#D538CB

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

Shades of Fuchsia #D538CB

Tints of Fuchsia #D538CB

Color information

#D538CB (or 0xD538CB) is unknown color: approx Fuchsia. HEX triplet: D5, 38 and CB. RGB value is (213,56,203). Sum of RGB (Red+Green+Blue) = 213+56+203=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D538CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538CB is #2AC734. Grayscale: #777777. Windows color (decimal): -2803509 or 13318357. OLE color: 13318357.

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

Color convert

RGB21356203-
CMYK00.740.050.16
HSL303.82º65.15%52.75%-
HSV(B)303.82º73.71%83.53%-
XYZ39.6321.2958.52-
YUV119.7175.01194.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 56 (22.27% from 255) = 11.86%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=45.13%
G=11.86%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135620300.740.050.16303.8265.1552.75
HexD538CB04A5101304135
Octal32570313011252046010165
Binary110101011110001100101101001010101100001001100001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538CB; }

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

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

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

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

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

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

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

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