#D35CB0

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

Shades of Fuchsia #D35CB0

Tints of Fuchsia #D35CB0

Color information

#D35CB0 (or 0xD35CB0) is unknown color: approx Fuchsia. HEX triplet: D3, 5C and B0. RGB value is (211,92,176). Sum of RGB (Red+Green+Blue) = 211+92+176=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35CB0 is #2CA34F. Grayscale: #888888. Windows color (decimal): -2925392 or 11558099. OLE color: 11558099.

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

Color convert

RGB21192176-
CMYK00.560.170.17
HSL317.65º57.49%59.41%-
HSV(B)317.65º56.4%82.75%-
XYZ38.5324.6443.8-
YUV137.16149.92180.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=44.05%
G=19.21%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119217600.560.170.17317.6557.4959.41
HexD35CB0038111113e393b
Octal32313426007021214767173
Binary1101001110111001011000001110001000110001100111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CB0; }

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

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

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

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

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

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

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

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