#D25CBE

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

Shades of Fuchsia #D25CBE

Tints of Fuchsia #D25CBE

Color information

#D25CBE (or 0xD25CBE) is unknown color: approx Fuchsia. HEX triplet: D2, 5C and BE. RGB value is (210,92,190). Sum of RGB (Red+Green+Blue) = 210+92+190=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBE is #2DA341. Grayscale: #8A8A8A. Windows color (decimal): -2990914 or 12475602. OLE color: 12475602.

HSL color Cylindrical-coordinate representation of color #D25CBE: hue angle of 310.17º 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 #D25CBE is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB21092190-
CMYK00.560.100.18
HSL310.17º56.73%59.22%-
HSV(B)310.17º56.19%82.35%-
XYZ39.725.0751.46-
YUV138.45157.09179.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=42.68%
G=18.70%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109219000.560.100.18310.1756.7359.22
HexD25CBE038A12136393b
Octal32213427607012224667173
Binary110100101011100101111100111000101010010100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CBE; }

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

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

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

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

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

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

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

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