#D75CB9

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

Shades of Fuchsia #D75CB9

Tints of Fuchsia #D75CB9

Color information

#D75CB9 (or 0xD75CB9) is unknown color: approx Fuchsia. HEX triplet: D7, 5C and B9. RGB value is (215,92,185). Sum of RGB (Red+Green+Blue) = 215+92+185=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CB9 is #28A346. Grayscale: #8B8B8B. Windows color (decimal): -2663239 or 12147927. OLE color: 12147927.

HSL color Cylindrical-coordinate representation of color #D75CB9: hue angle of 314.63º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75CB9 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21592185-
CMYK00.570.140.16
HSL314.63º60.59%60.2%-
HSV(B)314.63º57.21%84.31%-
XYZ40.6125.648.7-
YUV139.38153.75181.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=43.70%
G=18.70%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159218500.570.140.16314.6360.5960.2
HexD75CB9039E1013b3d3c
Octal32713427107116204737574
Binary110101111011100101110010111001111010000100111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CB9; }

 p { color: rgb(215,92,185); }

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

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

 a { background-color: rgb(215,92,185); }

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

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

 span { border-color: rgb(215,92,185); }

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