Html Css Color HEX #DF41C9 Free Speech Magenta

📋 copy color: '#DF41C9'

red 223 ◦ green 65 ◦ blue 201

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

Shades of Free Speech Magenta #DF41C9

Tints of Free Speech Magenta #DF41C9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 45.6%
G = 13.29%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF41C9 (or 0xDF41C9) is known color: Free Speech Magenta. HEX triplet: DF, 41 and C9. RGB value is (223,65,201). Sum of RGB (Red+Green+Blue) = 223+65+201=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41C9 is #20BE36. Grayscale: #7F7F7F. Windows color (decimal): -2145847 or 13189599. OLE color: 13189599.

HSL color Cylindrical-coordinate representation of color #DF41C9: hue angle of 308.35º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41C9 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 201 -
CMYK 0 0.71 0.10 0.13
HSL 308.35º 0.71% 0.56% -
HSV(B) 308.35º 0.71% 0.87% -
XYZ 42.86 23.69 57.57 -
YUV 127.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 223 65 201 0 0.71 0.10 0.13 308.35 0.71 0.56
Hex DF 41 C9 0 47 A D 134 47 38
Octal 337 101 311 0 107 12 15 464 107 70
Binary 11011111 1000001 11001001 0 1000111 1010 1101 100110100 1000111 111000

Color Harmonies of #DF41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41C9

Black with #DF41C9

Text Example


Text Example

White with #DF41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41C9; }

 p { color: rgb(223,65,201); }

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

background-color css

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

 a { background-color: rgb(223,65,201); }

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

border-color css

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

 span { border-color: rgb(223,65,201); }

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