Html Css Color HEX #DF61EC Free Speech Magenta

📋 copy color: '#DF61EC'

red 223 ◦ green 97 ◦ blue 236

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

Shades of Free Speech Magenta #DF61EC

Tints of Free Speech Magenta #DF61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.45%

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 40.11%
G = 17.45%
B = 42.45%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF61EC (or 0xDF61EC) is known color: Free Speech Magenta. HEX triplet: DF, 61 and EC. RGB value is (223,97,236). Sum of RGB (Red+Green+Blue) = 223+97+236=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61EC is #209E13. Grayscale: #969696. Windows color (decimal): -2137620 or 15491551. OLE color: 15491551.

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

Color convert

RGB 223 97 236 -
CMYK 0.06 0.59 0 0.07
HSL 294.39º 0.79% 0.65% -
HSV(B) 294.39º 0.59% 0.93% -
XYZ 49.85 30.29 82.58 -
YUV 150.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 223 97 236 0.06 0.59 0 0.07 294.39 0.79 0.65
Hex DF 61 EC 6 3B 0 7 126 4F 41
Octal 337 141 354 6 73 0 7 446 117 101
Binary 11011111 1100001 11101100 110 111011 0 111 100100110 1001111 1000001

Color Harmonies of #DF61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61EC

Black with #DF61EC

Text Example


Text Example

White with #DF61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61EC; }

 p { color: rgb(223,97,236); }

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

background-color css

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

 a { background-color: rgb(223,97,236); }

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

border-color css

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

 span { border-color: rgb(223,97,236); }

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