Html Css Color HEX #DF5EDE Free Speech Magenta

📋 copy color: '#DF5EDE'

red 223 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #DF5EDE

Tints of Free Speech Magenta #DF5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 41.37%
G = 17.44%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF5EDE (or 0xDF5EDE) is known color: Free Speech Magenta. HEX triplet: DF, 5E and DE. RGB value is (223,94,222). Sum of RGB (Red+Green+Blue) = 223+94+222=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EDE is #20A121. Grayscale: #929292. Windows color (decimal): -2138402 or 14573279. OLE color: 14573279.

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

Color convert

RGB 223 94 222 -
CMYK 0 0.58 0.00 0.13
HSL 300.47º 0.67% 0.62% -
HSV(B) 300.47º 0.58% 0.87% -
XYZ 47.62 28.97 72.19 -
YUV 147.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 223 94 222 0 0.58 0.00 0.13 300.47 0.67 0.62
Hex DF 5E DE 0 3A 0 D 12C 43 3E
Octal 337 136 336 0 72 0 15 454 103 76
Binary 11011111 1011110 11011110 0 111010 0 1101 100101100 1000011 111110

Color Harmonies of #DF5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EDE

Black with #DF5EDE

Text Example


Text Example

White with #DF5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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