Html Css Color HEX #DF61CF Free Speech Magenta

📋 copy color: '#DF61CF'

red 223 ◦ green 97 ◦ blue 207

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

Shades of Free Speech Magenta #DF61CF

Tints of Free Speech Magenta #DF61CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 42.31%
G = 18.41%
B = 39.28%

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

#DF61CF (or 0xDF61CF) is known color: Free Speech Magenta. HEX triplet: DF, 61 and CF. RGB value is (223,97,207). Sum of RGB (Red+Green+Blue) = 223+97+207=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61CF is #209E30. Grayscale: #929292. Windows color (decimal): -2137649 or 13591007. OLE color: 13591007.

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

Color convert

RGB 223 97 207 -
CMYK 0 0.57 0.07 0.13
HSL 307.62º 0.66% 0.63% -
HSV(B) 307.62º 0.57% 0.87% -
XYZ 45.97 28.74 62.16 -
YUV 147.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 223 97 207 0 0.57 0.07 0.13 307.62 0.66 0.63
Hex DF 61 CF 0 39 7 D 134 42 3F
Octal 337 141 317 0 71 7 15 464 102 77
Binary 11011111 1100001 11001111 0 111001 111 1101 100110100 1000010 111111

Color Harmonies of #DF61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61CF

Black with #DF61CF

Text Example


Text Example

White with #DF61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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