#D35CC2

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

Shades of Fuchsia #D35CC2

Tints of Fuchsia #D35CC2

Color information

#D35CC2 (or 0xD35CC2) is unknown color: approx Fuchsia. HEX triplet: D3, 5C and C2. RGB value is (211,92,194). Sum of RGB (Red+Green+Blue) = 211+92+194=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CC2 is #2CA33D. Grayscale: #8A8A8A. Windows color (decimal): -2925374 or 12737747. OLE color: 12737747.

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

Color convert

RGB21192194-
CMYK00.560.080.17
HSL308.57º57.49%59.41%-
HSV(B)308.57º56.4%82.75%-
XYZ40.4325.453.81-
YUV139.21158.92179.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=42.45%
G=18.51%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119219400.560.080.17308.5757.4959.41
HexD35CC2038811135393b
Octal32313430207010214657173
Binary110100111011100110000100111000100010001100110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CC2; }

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

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

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

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

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

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

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

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