Html Css Color HEX #DF58ED Free Speech Magenta

📋 copy color: '#DF58ED'

red 223 ◦ green 88 ◦ blue 237

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

Shades of Free Speech Magenta #DF58ED

Tints of Free Speech Magenta #DF58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.06%

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 40.69%
G = 16.06%
B = 43.25%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF58ED (or 0xDF58ED) is known color: Free Speech Magenta. HEX triplet: DF, 58 and ED. RGB value is (223,88,237). Sum of RGB (Red+Green+Blue) = 223+88+237=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58ED is #20A712. Grayscale: #909090. Windows color (decimal): -2139923 or 15554783. OLE color: 15554783.

HSL color Cylindrical-coordinate representation of color #DF58ED: hue angle of 294.36º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF58ED is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 88 237 -
CMYK 0.06 0.63 0 0.07
HSL 294.36º 0.81% 0.64% -
HSV(B) 294.36º 0.63% 0.93% -
XYZ 49.21 28.78 83.08 -
YUV 145.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 223 88 237 0.06 0.63 0 0.07 294.36 0.81 0.64
Hex DF 58 ED 6 3F 0 7 126 51 40
Octal 337 130 355 6 77 0 7 446 121 100
Binary 11011111 1011000 11101101 110 111111 0 111 100100110 1010001 1000000

Color Harmonies of #DF58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58ED

Black with #DF58ED

Text Example


Text Example

White with #DF58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58ED; }

 p { color: rgb(223,88,237); }

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

background-color css

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

 a { background-color: rgb(223,88,237); }

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

border-color css

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

 span { border-color: rgb(223,88,237); }

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