Html Css Color HEX #DF5DE1 Free Speech Magenta

📋 copy color: '#DF5DE1'

red 223 ◦ green 93 ◦ blue 225

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

Shades of Free Speech Magenta #DF5DE1

Tints of Free Speech Magenta #DF5DE1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.19%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 41.22%
G = 17.19%
B = 41.59%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF5DE1 (or 0xDF5DE1) is known color: Free Speech Magenta. HEX triplet: DF, 5D and E1. RGB value is (223,93,225). Sum of RGB (Red+Green+Blue) = 223+93+225=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF5DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DE1 is #20A21E. Grayscale: #929292. Windows color (decimal): -2138655 or 14769631. OLE color: 14769631.

HSL color Cylindrical-coordinate representation of color #DF5DE1: hue angle of 299.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5DE1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 93 225 -
CMYK 0.01 0.59 0 0.12
HSL 299.09º 0.69% 0.62% -
HSV(B) 299.09º 0.59% 0.88% -
XYZ 47.94 28.95 74.3 -
YUV 146.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 223 93 225 0.01 0.59 0 0.12 299.09 0.69 0.62
Hex DF 5D E1 1 3B 0 C 12B 45 3E
Octal 337 135 341 1 73 0 14 453 105 76
Binary 11011111 1011101 11100001 1 111011 0 1100 100101011 1000101 111110

Color Harmonies of #DF5DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DE1

Black with #DF5DE1

Text Example


Text Example

White with #DF5DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DE1; }

 p { color: rgb(223,93,225); }

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

background-color css

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

 a { background-color: rgb(223,93,225); }

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

border-color css

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

 span { border-color: rgb(223,93,225); }

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