Html Css Color HEX #DF5EDA Free Speech Magenta

📋 copy color: '#DF5EDA'

red 223 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #DF5EDA

Tints of Free Speech Magenta #DF5EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 41.68%
G = 17.57%
B = 40.75%

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

#DF5EDA (or 0xDF5EDA) is known color: Free Speech Magenta. HEX triplet: DF, 5E and DA. RGB value is (223,94,218). Sum of RGB (Red+Green+Blue) = 223+94+218=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EDA is #20A125. Grayscale: #929292. Windows color (decimal): -2138406 or 14311135. OLE color: 14311135.

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

Color convert

RGB 223 94 218 -
CMYK 0 0.58 0.02 0.13
HSL 302.33º 0.67% 0.62% -
HSV(B) 302.33º 0.58% 0.87% -
XYZ 47.09 28.76 69.4 -
YUV 146.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 223 94 218 0 0.58 0.02 0.13 302.33 0.67 0.62
Hex DF 5E DA 0 3A 2 D 12E 43 3E
Octal 337 136 332 0 72 2 15 456 103 76
Binary 11011111 1011110 11011010 0 111010 10 1101 100101110 1000011 111110

Color Harmonies of #DF5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EDA

Black with #DF5EDA

Text Example


Text Example

White with #DF5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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