#D735CF

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

Shades of Fuchsia #D735CF

Tints of Fuchsia #D735CF

Color information

#D735CF (or 0xD735CF) is unknown color: approx Fuchsia. HEX triplet: D7, 35 and CF. RGB value is (215,53,207). Sum of RGB (Red+Green+Blue) = 215+53+207=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D735CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735CF is #28CA30. Grayscale: #767676. Windows color (decimal): -2673201 or 13579735. OLE color: 13579735.

HSL color Cylindrical-coordinate representation of color #D735CF: hue angle of 302.96º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D735CF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21553207-
CMYK00.750.040.16
HSL302.96º66.94%52.55%-
HSV(B)302.96º75.35%84.31%-
XYZ40.5621.561.04-
YUV118.99177.67196.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 53 (21.09% from 255) = 11.16%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=45.26%
G=11.16%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155320700.750.040.16302.9666.9452.55
HexD735CF04B41012f4335
Octal32765317011342045710365
Binary110101111101011100111101001011100100001001011111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D735CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D735CF; }

 p { color: rgb(215,53,207); }

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

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

 a { background-color: rgb(215,53,207); }

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

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

 span { border-color: rgb(215,53,207); }

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