Html Css Color HEX #DF5AE5 Free Speech Magenta

📋 copy color: '#DF5AE5'

red 223 ◦ green 90 ◦ blue 229

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

Shades of Free Speech Magenta #DF5AE5

Tints of Free Speech Magenta #DF5AE5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.61%

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 41.14%
G = 16.61%
B = 42.25%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF5AE5 (or 0xDF5AE5) is known color: Free Speech Magenta. HEX triplet: DF, 5A and E5. RGB value is (223,90,229). Sum of RGB (Red+Green+Blue) = 223+90+229=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AE5 is #20A51A. Grayscale: #919191. Windows color (decimal): -2139419 or 15031007. OLE color: 15031007.

HSL color Cylindrical-coordinate representation of color #DF5AE5: hue angle of 297.41º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5AE5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 90 229 -
CMYK 0.03 0.61 0 0.10
HSL 297.41º 0.73% 0.63% -
HSV(B) 297.41º 0.61% 0.9% -
XYZ 48.23 28.66 77.12 -
YUV 145.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 223 90 229 0.03 0.61 0 0.10 297.41 0.73 0.63
Hex DF 5A E5 3 3D 0 A 129 49 3F
Octal 337 132 345 3 75 0 12 451 111 77
Binary 11011111 1011010 11100101 11 111101 0 1010 100101001 1001001 111111

Color Harmonies of #DF5AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AE5

Black with #DF5AE5

Text Example


Text Example

White with #DF5AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AE5; }

 p { color: rgb(223,90,229); }

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

background-color css

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

 a { background-color: rgb(223,90,229); }

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

border-color css

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

 span { border-color: rgb(223,90,229); }

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