Html Css Color HEX #DF61C6 Free Speech Magenta

📋 copy color: '#DF61C6'

red 223 ◦ green 97 ◦ blue 198

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

Shades of Free Speech Magenta #DF61C6

Tints of Free Speech Magenta #DF61C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 43.05%
G = 18.73%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF61C6 (or 0xDF61C6) is known color: Free Speech Magenta. HEX triplet: DF, 61 and C6. RGB value is (223,97,198). Sum of RGB (Red+Green+Blue) = 223+97+198=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61C6 is #209E39. Grayscale: #919191. Windows color (decimal): -2137658 or 13001183. OLE color: 13001183.

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

Color convert

RGB 223 97 198 -
CMYK 0 0.57 0.11 0.13
HSL 311.9º 0.66% 0.63% -
HSV(B) 311.9º 0.57% 0.87% -
XYZ 44.9 28.31 56.52 -
YUV 146.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 223 97 198 0 0.57 0.11 0.13 311.9 0.66 0.63
Hex DF 61 C6 0 39 B D 138 42 3F
Octal 337 141 306 0 71 13 15 470 102 77
Binary 11011111 1100001 11000110 0 111001 1011 1101 100111000 1000010 111111

Color Harmonies of #DF61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61C6

Black with #DF61C6

Text Example


Text Example

White with #DF61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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