#D365B3

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

Shades of Fuchsia #D365B3

Tints of Fuchsia #D365B3

Color information

#D365B3 (or 0xD365B3) is unknown color: approx Fuchsia. HEX triplet: D3, 65 and B3. RGB value is (211,101,179). Sum of RGB (Red+Green+Blue) = 211+101+179=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D365B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365B3 is #2C9A4C. Grayscale: #8E8E8E. Windows color (decimal): -2923085 or 11757011. OLE color: 11757011.

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

Color convert

RGB211101179-
CMYK00.520.150.17
HSL317.45º55.56%61.18%-
HSV(B)317.45º52.13%82.75%-
XYZ39.6526.4145.66-
YUV142.78148.44176.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=42.97%
G=20.57%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110117900.520.150.17317.4555.5661.18
HexD365B3034F1113d383d
Octal32314526306417214757075
Binary110100111100101101100110110100111110001100111101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365B3; }

 p { color: rgb(211,101,179); }

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

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

 a { background-color: rgb(211,101,179); }

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

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

 span { border-color: rgb(211,101,179); }

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