#D338CB

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

Shades of Fuchsia #D338CB

Tints of Fuchsia #D338CB

Color information

#D338CB (or 0xD338CB) is unknown color: approx Fuchsia. HEX triplet: D3, 38 and CB. RGB value is (211,56,203). Sum of RGB (Red+Green+Blue) = 211+56+203=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D338CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338CB is #2CC734. Grayscale: #767676. Windows color (decimal): -2934581 or 13318355. OLE color: 13318355.

HSL color Cylindrical-coordinate representation of color #D338CB: hue angle of 303.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338CB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB21156203-
CMYK00.730.040.17
HSL303.1º63.79%52.35%-
HSV(B)303.1º73.46%82.75%-
XYZ39.0620.9958.49-
YUV119.1175.35193.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 56 (22.27% from 255) = 11.91%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=44.89%
G=11.91%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115620300.730.040.17303.163.7952.35
HexD338CB04941112f4034
Octal32370313011142145710064
Binary110100111110001100101101001001100100011001011111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D338CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D338CB; }

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

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

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

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

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

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

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

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