#D55CBE

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

Shades of Fuchsia #D55CBE

Tints of Fuchsia #D55CBE

Color information

#D55CBE (or 0xD55CBE) is unknown color: approx Fuchsia. HEX triplet: D5, 5C and BE. RGB value is (213,92,190). Sum of RGB (Red+Green+Blue) = 213+92+190=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CBE is #2AA341. Grayscale: #8B8B8B. Windows color (decimal): -2794306 or 12475605. OLE color: 12475605.

HSL color Cylindrical-coordinate representation of color #D55CBE: hue angle of 311.4º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CBE is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21392190-
CMYK00.570.110.16
HSL311.4º59.02%59.8%-
HSV(B)311.4º56.81%83.53%-
XYZ40.5625.5251.5-
YUV139.35156.59180.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=43.03%
G=18.59%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139219000.570.110.16311.459.0259.8
HexD55CBE039B101373b3c
Octal32513427607113204677374
Binary110101011011100101111100111001101110000100110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CBE; }

 p { color: rgb(213,92,190); }

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

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

 a { background-color: rgb(213,92,190); }

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

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

 span { border-color: rgb(213,92,190); }

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