Html Css Color HEX #DF61DD Free Speech Magenta

📋 copy color: '#DF61DD'

red 223 ◦ green 97 ◦ blue 221

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

Shades of Free Speech Magenta #DF61DD

Tints of Free Speech Magenta #DF61DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 41.22%
G = 17.93%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF61DD (or 0xDF61DD) is known color: Free Speech Magenta. HEX triplet: DF, 61 and DD. RGB value is (223,97,221). Sum of RGB (Red+Green+Blue) = 223+97+221=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61DD is #209E22. Grayscale: #949494. Windows color (decimal): -2137635 or 14508511. OLE color: 14508511.

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

Color convert

RGB 223 97 221 -
CMYK 0 0.57 0.01 0.13
HSL 300.95º 0.66% 0.63% -
HSV(B) 300.95º 0.57% 0.87% -
XYZ 47.76 29.46 71.58 -
YUV 148.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 223 97 221 0 0.57 0.01 0.13 300.95 0.66 0.63
Hex DF 61 DD 0 39 1 D 12D 42 3F
Octal 337 141 335 0 71 1 15 455 102 77
Binary 11011111 1100001 11011101 0 111001 1 1101 100101101 1000010 111111

Color Harmonies of #DF61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61DD

Black with #DF61DD

Text Example


Text Example

White with #DF61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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