Html Css Color HEX #DF61E5 Free Speech Magenta

📋 copy color: '#DF61E5'

red 223 ◦ green 97 ◦ blue 229

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

Shades of Free Speech Magenta #DF61E5

Tints of Free Speech Magenta #DF61E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 40.62%
G = 17.67%
B = 41.71%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF61E5 (or 0xDF61E5) is known color: Free Speech Magenta. HEX triplet: DF, 61 and E5. RGB value is (223,97,229). Sum of RGB (Red+Green+Blue) = 223+97+229=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61E5 is #209E1A. Grayscale: #959595. Windows color (decimal): -2137627 or 15032799. OLE color: 15032799.

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

Color convert

RGB 223 97 229 -
CMYK 0.03 0.58 0 0.10
HSL 297.27º 0.72% 0.64% -
HSV(B) 297.27º 0.58% 0.9% -
XYZ 48.85 29.89 77.32 -
YUV 149.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 223 97 229 0.03 0.58 0 0.10 297.27 0.72 0.64
Hex DF 61 E5 3 3A 0 A 129 48 40
Octal 337 141 345 3 72 0 12 451 110 100
Binary 11011111 1100001 11100101 11 111010 0 1010 100101001 1001000 1000000

Color Harmonies of #DF61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61E5

Black with #DF61E5

Text Example


Text Example

White with #DF61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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