#D35CC5

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

Shades of Fuchsia #D35CC5

Tints of Fuchsia #D35CC5

Color information

#D35CC5 (or 0xD35CC5) is unknown color: approx Fuchsia. HEX triplet: D3, 5C and C5. RGB value is (211,92,197). Sum of RGB (Red+Green+Blue) = 211+92+197=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CC5 is #2CA33A. Grayscale: #8B8B8B. Windows color (decimal): -2925371 or 12934355. OLE color: 12934355.

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

Color convert

RGB21192197-
CMYK00.560.070.17
HSL307.06º57.49%59.41%-
HSV(B)307.06º56.4%82.75%-
XYZ40.7725.5355.6-
YUV139.55160.42178.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 92 (36.33% from 255) = 18.4%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=42.2%
G=18.4%
B=39.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119219700.560.070.17307.0657.4959.41
HexD35CC5038711133393b
Octal3231343050707214637173
Binary11010011101110011000101011100011110001100110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CC5; }

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

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

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

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

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

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

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

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