Html Css Color HEX #DF55ED Free Speech Magenta

📋 copy color: '#DF55ED'

red 223 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #DF55ED

Tints of Free Speech Magenta #DF55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.6%

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

R = 40.92%
G = 15.6%
B = 43.49%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF55ED (or 0xDF55ED) is known color: Free Speech Magenta. HEX triplet: DF, 55 and ED. RGB value is (223,85,237). Sum of RGB (Red+Green+Blue) = 223+85+237=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55ED is #20AA12. Grayscale: #8F8F8F. Windows color (decimal): -2140691 or 15554015. OLE color: 15554015.

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

Color convert

RGB 223 85 237 -
CMYK 0.06 0.64 0 0.07
HSL 294.47º 0.81% 0.63% -
HSV(B) 294.47º 0.64% 0.93% -
XYZ 48.97 28.3 83 -
YUV 143.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 223 85 237 0.06 0.64 0 0.07 294.47 0.81 0.63
Hex DF 55 ED 6 40 0 7 126 51 3F
Octal 337 125 355 6 100 0 7 446 121 77
Binary 11011111 1010101 11101101 110 1000000 0 111 100100110 1010001 111111

Color Harmonies of #DF55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55ED

Black with #DF55ED

Text Example


Text Example

White with #DF55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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