Html Css Color HEX #DF5EDB Free Speech Magenta

📋 copy color: '#DF5EDB'

red 223 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #DF5EDB

Tints of Free Speech Magenta #DF5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 41.6%
G = 17.54%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF5EDB (or 0xDF5EDB) is known color: Free Speech Magenta. HEX triplet: DF, 5E and DB. RGB value is (223,94,219). Sum of RGB (Red+Green+Blue) = 223+94+219=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EDB is #20A124. Grayscale: #929292. Windows color (decimal): -2138405 or 14376671. OLE color: 14376671.

HSL color Cylindrical-coordinate representation of color #DF5EDB: hue angle of 301.86º 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 #DF5EDB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 94 219 -
CMYK 0 0.58 0.02 0.13
HSL 301.86º 0.67% 0.62% -
HSV(B) 301.86º 0.58% 0.87% -
XYZ 47.22 28.81 70.09 -
YUV 146.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 223 94 219 0 0.58 0.02 0.13 301.86 0.67 0.62
Hex DF 5E DB 0 3A 2 D 12E 43 3E
Octal 337 136 333 0 72 2 15 456 103 76
Binary 11011111 1011110 11011011 0 111010 10 1101 100101110 1000011 111110

Color Harmonies of #DF5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EDB

Black with #DF5EDB

Text Example


Text Example

White with #DF5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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