Html Css Color HEX #DF55E6 Free Speech Magenta

📋 copy color: '#DF55E6'

red 223 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #DF55E6

Tints of Free Speech Magenta #DF55E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 41.45%
G = 15.8%
B = 42.75%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF55E6 (or 0xDF55E6) is known color: Free Speech Magenta. HEX triplet: DF, 55 and E6. RGB value is (223,85,230). Sum of RGB (Red+Green+Blue) = 223+85+230=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF55E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55E6 is #20AA19. Grayscale: #8E8E8E. Windows color (decimal): -2140698 or 15095263. OLE color: 15095263.

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

Color convert

RGB 223 85 230 -
CMYK 0.03 0.63 0 0.10
HSL 297.1º 0.74% 0.62% -
HSV(B) 297.1º 0.63% 0.9% -
XYZ 47.96 27.9 77.72 -
YUV 142.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 223 85 230 0.03 0.63 0 0.10 297.1 0.74 0.62
Hex DF 55 E6 3 3F 0 A 129 4A 3E
Octal 337 125 346 3 77 0 12 451 112 76
Binary 11011111 1010101 11100110 11 111111 0 1010 100101001 1001010 111110

Color Harmonies of #DF55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55E6

Black with #DF55E6

Text Example


Text Example

White with #DF55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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