#D25DBB

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

Shades of Fuchsia #D25DBB

Tints of Fuchsia #D25DBB

Color information

#D25DBB (or 0xD25DBB) is unknown color: approx Fuchsia. HEX triplet: D2, 5D and BB. RGB value is (210,93,187). Sum of RGB (Red+Green+Blue) = 210+93+187=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBB is #2DA244. Grayscale: #8A8A8A. Windows color (decimal): -2990661 or 12279250. OLE color: 12279250.

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

Color convert

RGB21093187-
CMYK00.560.110.18
HSL311.79º56.52%59.41%-
HSV(B)311.79º55.71%82.35%-
XYZ39.4625.1249.78-
YUV138.7155.26178.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=42.86%
G=18.98%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109318700.560.110.18311.7956.5259.41
HexD25DBB038B12138393b
Octal32213527307013224707173
Binary110100101011101101110110111000101110010100111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DBB; }

 p { color: rgb(210,93,187); }

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

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

 a { background-color: rgb(210,93,187); }

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

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

 span { border-color: rgb(210,93,187); }

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