Html Css Color HEX #DF5EBB Free Speech Magenta

📋 copy color: '#DF5EBB'

red 223 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Magenta #DF5EBB

Tints of Free Speech Magenta #DF5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.65%

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

R = 44.25%
G = 18.65%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF5EBB (or 0xDF5EBB) is known color: Free Speech Magenta. HEX triplet: DF, 5E and BB. RGB value is (223,94,187). Sum of RGB (Red+Green+Blue) = 223+94+187=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EBB is #20A144. Grayscale: #8E8E8E. Windows color (decimal): -2138437 or 12279519. OLE color: 12279519.

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

Color convert

RGB 223 94 187 -
CMYK 0 0.58 0.16 0.13
HSL 316.74º 0.67% 0.62% -
HSV(B) 316.74º 0.58% 0.87% -
XYZ 43.4 27.28 49.99 -
YUV 143.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 223 94 187 0 0.58 0.16 0.13 316.74 0.67 0.62
Hex DF 5E BB 0 3A 10 D 13D 43 3E
Octal 337 136 273 0 72 20 15 475 103 76
Binary 11011111 1011110 10111011 0 111010 10000 1101 100111101 1000011 111110

Color Harmonies of #DF5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EBB

Black with #DF5EBB

Text Example


Text Example

White with #DF5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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