#D32CBE

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

Shades of Fuchsia #D32CBE

Tints of Fuchsia #D32CBE

Color information

#D32CBE (or 0xD32CBE) is unknown color: approx Fuchsia. HEX triplet: D3, 2C and BE. RGB value is (211,44,190). Sum of RGB (Red+Green+Blue) = 211+44+190=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D32CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CBE is #2CD341. Grayscale: #6E6E6E. Windows color (decimal): -2937666 or 12463315. OLE color: 12463315.

HSL color Cylindrical-coordinate representation of color #D32CBE: hue angle of 307.54º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32CBE is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21144190-
CMYK00.790.100.17
HSL307.54º65.49%50%-
HSV(B)307.54º79.15%82.75%-
XYZ37.0619.3750.5-
YUV110.58172.83199.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.42%
GREEN value IS 44 (17.58% from 255) = 9.89%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=47.42%
G=9.89%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114419000.790.100.17307.5465.4950
HexD32CBE04FA111344132
Octal323542760117122146410162
Binary1101001110110010111110010011111010100011001101001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32CBE; }

 p { color: rgb(211,44,190); }

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

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

 a { background-color: rgb(211,44,190); }

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

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

 span { border-color: rgb(211,44,190); }

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