#D265C0

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

Shades of Fuchsia #D265C0

Tints of Fuchsia #D265C0

Color information

#D265C0 (or 0xD265C0) is unknown color: approx Fuchsia. HEX triplet: D2, 65 and C0. RGB value is (210,101,192). Sum of RGB (Red+Green+Blue) = 210+101+192=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D265C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265C0 is #2D9A3F. Grayscale: #8F8F8F. Windows color (decimal): -2988608 or 12608978. OLE color: 12608978.

HSL color Cylindrical-coordinate representation of color #D265C0: hue angle of 309.91º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D265C0 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210101192-
CMYK00.520.090.18
HSL309.91º54.77%60.98%-
HSV(B)309.91º51.9%82.35%-
XYZ40.7526.8152.9-
YUV143.96155.11175.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=41.75%
G=20.08%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010119200.520.090.18309.9154.7760.98
HexD265C0034912136373d
Octal32214530006411224666775
Binary110100101100101110000000110100100110010100110110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265C0; }

 p { color: rgb(210,101,192); }

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

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

 a { background-color: rgb(210,101,192); }

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

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

 span { border-color: rgb(210,101,192); }

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