#D74EBE

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

Shades of Fuchsia #D74EBE

Tints of Fuchsia #D74EBE

Color information

#D74EBE (or 0xD74EBE) is unknown color: approx Fuchsia. HEX triplet: D7, 4E and BE. RGB value is (215,78,190). Sum of RGB (Red+Green+Blue) = 215+78+190=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EBE is #28B141. Grayscale: #838383. Windows color (decimal): -2666818 or 12472023. OLE color: 12472023.

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

Color convert

RGB21578190-
CMYK00.640.120.16
HSL310.95º63.13%57.45%-
HSV(B)310.95º63.72%84.31%-
XYZ40.0423.6151.16-
YUV131.73160.89187.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=44.51%
G=16.15%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157819000.640.120.16310.9563.1357.45
HexD74EBE040C101373f39
Octal327116276010014204677771
Binary1101011110011101011111001000000110010000100110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74EBE; }

 p { color: rgb(215,78,190); }

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

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

 a { background-color: rgb(215,78,190); }

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

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

 span { border-color: rgb(215,78,190); }

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