Html Css Color HEX #DF61D9 Free Speech Magenta

📋 copy color: '#DF61D9'

red 223 ◦ green 97 ◦ blue 217

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

Shades of Free Speech Magenta #DF61D9

Tints of Free Speech Magenta #DF61D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 41.53%
G = 18.06%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF61D9 (or 0xDF61D9) is known color: Free Speech Magenta. HEX triplet: DF, 61 and D9. RGB value is (223,97,217). Sum of RGB (Red+Green+Blue) = 223+97+217=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D9 is #209E26. Grayscale: #949494. Windows color (decimal): -2137639 or 14246367. OLE color: 14246367.

HSL color Cylindrical-coordinate representation of color #DF61D9: hue angle of 302.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61D9 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 217 -
CMYK 0 0.57 0.03 0.13
HSL 302.86º 0.66% 0.63% -
HSV(B) 302.86º 0.57% 0.87% -
XYZ 47.23 29.25 68.8 -
YUV 148.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 223 97 217 0 0.57 0.03 0.13 302.86 0.66 0.63
Hex DF 61 D9 0 39 3 D 12F 42 3F
Octal 337 141 331 0 71 3 15 457 102 77
Binary 11011111 1100001 11011001 0 111001 11 1101 100101111 1000010 111111

Color Harmonies of #DF61D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61D9

Black with #DF61D9

Text Example


Text Example

White with #DF61D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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