Html Css Color HEX #DF61D0 Free Speech Magenta

📋 copy color: '#DF61D0'

red 223 ◦ green 97 ◦ blue 208

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

Shades of Free Speech Magenta #DF61D0

Tints of Free Speech Magenta #DF61D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 42.23%
G = 18.37%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF61D0 (or 0xDF61D0) is known color: Free Speech Magenta. HEX triplet: DF, 61 and D0. RGB value is (223,97,208). Sum of RGB (Red+Green+Blue) = 223+97+208=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D0 is #209E2F. Grayscale: #939393. Windows color (decimal): -2137648 or 13656543. OLE color: 13656543.

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

Color convert

RGB 223 97 208 -
CMYK 0 0.57 0.07 0.13
HSL 307.14º 0.66% 0.63% -
HSV(B) 307.14º 0.57% 0.87% -
XYZ 46.09 28.79 62.8 -
YUV 147.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 223 97 208 0 0.57 0.07 0.13 307.14 0.66 0.63
Hex DF 61 D0 0 39 7 D 133 42 3F
Octal 337 141 320 0 71 7 15 463 102 77
Binary 11011111 1100001 11010000 0 111001 111 1101 100110011 1000010 111111

Color Harmonies of #DF61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61D0

Black with #DF61D0

Text Example


Text Example

White with #DF61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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