Html Css Color HEX #DF61C5 Free Speech Magenta

📋 copy color: '#DF61C5'

red 223 ◦ green 97 ◦ blue 197

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

Shades of Free Speech Magenta #DF61C5

Tints of Free Speech Magenta #DF61C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 43.13%
G = 18.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF61C5 (or 0xDF61C5) is known color: Free Speech Magenta. HEX triplet: DF, 61 and C5. RGB value is (223,97,197). Sum of RGB (Red+Green+Blue) = 223+97+197=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C5 is #209E3A. Grayscale: #919191. Windows color (decimal): -2137659 or 12935647. OLE color: 12935647.

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

Color convert

RGB 223 97 197 -
CMYK 0 0.57 0.12 0.13
HSL 312.38º 0.66% 0.63% -
HSV(B) 312.38º 0.57% 0.87% -
XYZ 44.78 28.27 55.92 -
YUV 146.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 223 97 197 0 0.57 0.12 0.13 312.38 0.66 0.63
Hex DF 61 C5 0 39 C D 138 42 3F
Octal 337 141 305 0 71 14 15 470 102 77
Binary 11011111 1100001 11000101 0 111001 1100 1101 100111000 1000010 111111

Color Harmonies of #DF61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61C5

Black with #DF61C5

Text Example


Text Example

White with #DF61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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