Html Css Color HEX #DF61C0 Free Speech Magenta

📋 copy color: '#DF61C0'

red 223 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Magenta #DF61C0

Tints of Free Speech Magenta #DF61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 43.55%
G = 18.95%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF61C0 (or 0xDF61C0) is known color: Free Speech Magenta. HEX triplet: DF, 61 and C0. RGB value is (223,97,192). Sum of RGB (Red+Green+Blue) = 223+97+192=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C0 is #209E3F. Grayscale: #919191. Windows color (decimal): -2137664 or 12607967. OLE color: 12607967.

HSL color Cylindrical-coordinate representation of color #DF61C0: hue angle of 314.76º 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 #DF61C0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 192 -
CMYK 0 0.57 0.14 0.13
HSL 314.76º 0.66% 0.63% -
HSV(B) 314.76º 0.57% 0.87% -
XYZ 44.22 28.04 52.95 -
YUV 145.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 223 97 192 0 0.57 0.14 0.13 314.76 0.66 0.63
Hex DF 61 C0 0 39 E D 13B 42 3F
Octal 337 141 300 0 71 16 15 473 102 77
Binary 11011111 1100001 11000000 0 111001 1110 1101 100111011 1000010 111111

Color Harmonies of #DF61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61C0

Black with #DF61C0

Text Example


Text Example

White with #DF61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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