Html Css Color HEX #DF5FBB Free Speech Magenta

📋 copy color: '#DF5FBB'

red 223 ◦ green 95 ◦ blue 187

#DF5FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF5FBB

Tints of Free Speech Magenta #DF5FBB

RGB

 RED value IS 223 (87.5% from 255) = 44.16%

 GREEN value IS 95 (37.5% from 255) = 18.81%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 44.16%
G = 18.81%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF5FBB (or 0xDF5FBB) is known color: Free Speech Magenta. HEX triplet: DF, 5F and BB. RGB value is (223,95,187). Sum of RGB (Red+Green+Blue) = 223+95+187=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FBB is #20A044. Grayscale: #8F8F8F. Windows color (decimal): -2138181 or 12279775. OLE color: 12279775.

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

Color convert

RGB 223 95 187 -
CMYK 0 0.57 0.16 0.13
HSL 316.88º 0.67% 0.62% -
HSV(B) 316.88º 0.57% 0.87% -
XYZ 43.49 27.46 50.02 -
YUV 143.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 223 95 187 0 0.57 0.16 0.13 316.88 0.67 0.62
Hex DF 5F BB 0 39 10 D 13D 43 3E
Octal 337 137 273 0 71 20 15 475 103 76
Binary 11011111 1011111 10111011 0 111001 10000 1101 100111101 1000011 111110

Color Harmonies of #DF5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FBB

Black with #DF5FBB

Text Example


Text Example

White with #DF5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FBB; }

 p { color: rgb(223,95,187); }

 H1.HeaderClassName
 {
   color: #DF5FBB;
 }
 .AnyTagClassName
 {
   color: #DF5FBB;
 }
</style>

background-color css

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

 a { background-color: rgb(223,95,187); }

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

border-color css

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

 span { border-color: rgb(223,95,187); }

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