#DF5BB8

Color #DF5BB8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF5BB8

Tints of Free Speech Magenta #DF5BB8

Color information

#DF5BB8 (or 0xDF5BB8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5B and B8. RGB value is (223,91,184). Sum of RGB (Red+Green+Blue) = 223+91+184=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BB8 is #20A447. Grayscale: #8C8C8C. Windows color (decimal): -2139208 or 12082143. OLE color: 12082143.

HSL color Cylindrical-coordinate representation of color #DF5BB8: hue angle of 317.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BB8 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22391184-
CMYK00.590.170.13
HSL317.73º67.35%61.57%-
HSV(B)317.73º59.19%87.45%-
XYZ42.8226.6348.23-
YUV141.07152.23186.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 91 (35.94% from 255) = 18.27%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=44.78%
G=18.27%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239118400.590.170.13317.7367.3561.57
HexDF5BB803B11D13e433e
Octal337133270073211547610376
Binary1101111110110111011100001110111000111011001111101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5BB8; }

 p { color: rgb(223,91,184); }

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

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

 a { background-color: rgb(223,91,184); }

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

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

 span { border-color: rgb(223,91,184); }

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