#D35CB5

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

Shades of Fuchsia #D35CB5

Tints of Fuchsia #D35CB5

Color information

#D35CB5 (or 0xD35CB5) is unknown color: approx Fuchsia. HEX triplet: D3, 5C and B5. RGB value is (211,92,181). Sum of RGB (Red+Green+Blue) = 211+92+181=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CB5 is #2CA34A. Grayscale: #898989. Windows color (decimal): -2925387 or 11885779. OLE color: 11885779.

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

Color convert

RGB21192181-
CMYK00.560.140.17
HSL315.13º57.49%59.41%-
HSV(B)315.13º56.4%82.75%-
XYZ39.0324.8446.45-
YUV137.73152.42180.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=43.60%
G=19.01%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119218100.560.140.17315.1357.4959.41
HexD35CB5038E1113b393b
Octal32313426507016214737173
Binary110100111011100101101010111000111010001100111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CB5; }

 p { color: rgb(211,92,181); }

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

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

 a { background-color: rgb(211,92,181); }

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

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

 span { border-color: rgb(211,92,181); }

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