#D153B8

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

Shades of Fuchsia #D153B8

Tints of Fuchsia #D153B8

Color information

#D153B8 (or 0xD153B8) is unknown color: approx Fuchsia. HEX triplet: D1, 53 and B8. RGB value is (209,83,184). Sum of RGB (Red+Green+Blue) = 209+83+184=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D153B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153B8 is #2EAC47. Grayscale: #838383. Windows color (decimal): -3058760 or 12080081. OLE color: 12080081.

HSL color Cylindrical-coordinate representation of color #D153B8: hue angle of 311.9º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153B8 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20983184-
CMYK00.600.120.18
HSL311.9º57.8%57.25%-
HSV(B)311.9º60.29%81.96%-
XYZ38.0423.247.82-
YUV132.19157.24182.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 83 (32.81% from 255) = 17.44%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=43.91%
G=17.44%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098318400.600.120.18311.957.857.25
HexD153B803CC121383a39
Octal32112327007414224707271
Binary110100011010011101110000111100110010010100111000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D153B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D153B8; }

 p { color: rgb(209,83,184); }

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

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

 a { background-color: rgb(209,83,184); }

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

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

 span { border-color: rgb(209,83,184); }

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