#D365B6

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

Shades of Fuchsia #D365B6

Tints of Fuchsia #D365B6

Color information

#D365B6 (or 0xD365B6) is unknown color: approx Fuchsia. HEX triplet: D3, 65 and B6. RGB value is (211,101,182). Sum of RGB (Red+Green+Blue) = 211+101+182=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D365B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365B6 is #2C9A49. Grayscale: #8E8E8E. Windows color (decimal): -2923082 or 11953619. OLE color: 11953619.

HSL color Cylindrical-coordinate representation of color #D365B6: hue angle of 315.82º 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 #D365B6 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB211101182-
CMYK00.520.140.17
HSL315.82º55.56%61.18%-
HSV(B)315.82º52.13%82.75%-
XYZ39.9626.5347.27-
YUV143.12149.94176.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=42.71%
G=20.45%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110118200.520.140.17315.8255.5661.18
HexD365B6034E1113c383d
Octal32314526606416214747075
Binary110100111100101101101100110100111010001100111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365B6; }

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

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

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

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

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

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

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

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