#D25CC0

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

Shades of Fuchsia #D25CC0

Tints of Fuchsia #D25CC0

Color information

#D25CC0 (or 0xD25CC0) is unknown color: approx Fuchsia. HEX triplet: D2, 5C and C0. RGB value is (210,92,192). Sum of RGB (Red+Green+Blue) = 210+92+192=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CC0 is #2DA33F. Grayscale: #8A8A8A. Windows color (decimal): -2990912 or 12606674. OLE color: 12606674.

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

Color convert

RGB21092192-
CMYK00.560.090.18
HSL309.15º56.73%59.22%-
HSV(B)309.15º56.19%82.35%-
XYZ39.9225.1652.62-
YUV138.68158.09178.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=42.51%
G=18.62%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109219200.560.090.18309.1556.7359.22
HexD25CC0038912135393b
Octal32213430007011224657173
Binary110100101011100110000000111000100110010100110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CC0; }

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

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

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

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

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

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

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

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