#D54BBE

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

Shades of Fuchsia #D54BBE

Tints of Fuchsia #D54BBE

Color information

#D54BBE (or 0xD54BBE) is unknown color: approx Fuchsia. HEX triplet: D5, 4B and BE. RGB value is (213,75,190). Sum of RGB (Red+Green+Blue) = 213+75+190=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BBE is #2AB441. Grayscale: #818181. Windows color (decimal): -2798658 or 12471253. OLE color: 12471253.

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

Color convert

RGB21375190-
CMYK00.650.110.16
HSL310º62.16%56.47%-
HSV(B)310º64.79%83.53%-
XYZ39.2522.951.07-
YUV129.37162.22187.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 75 (29.69% from 255) = 15.69%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=44.56%
G=15.69%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137519000.650.110.1631062.1656.47
HexD54BBE041B101363e38
Octal325113276010113204667670
Binary1101010110010111011111001000001101110000100110110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54BBE; }

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

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

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

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

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

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

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

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