Html Css Color HEX #DF41C7 Free Speech Magenta

📋 copy color: '#DF41C7'

red 223 ◦ green 65 ◦ blue 199

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

Shades of Free Speech Magenta #DF41C7

Tints of Free Speech Magenta #DF41C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 45.79%
G = 13.35%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF41C7 (or 0xDF41C7) is known color: Free Speech Magenta. HEX triplet: DF, 41 and C7. RGB value is (223,65,199). Sum of RGB (Red+Green+Blue) = 223+65+199=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41C7 is #20BE38. Grayscale: #7F7F7F. Windows color (decimal): -2145849 or 13058527. OLE color: 13058527.

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

Color convert

RGB 223 65 199 -
CMYK 0 0.71 0.11 0.13
HSL 309.11º 0.71% 0.56% -
HSV(B) 309.11º 0.71% 0.87% -
XYZ 42.63 23.59 56.34 -
YUV 127.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 223 65 199 0 0.71 0.11 0.13 309.11 0.71 0.56
Hex DF 41 C7 0 47 B D 135 47 38
Octal 337 101 307 0 107 13 15 465 107 70
Binary 11011111 1000001 11000111 0 1000111 1011 1101 100110101 1000111 111000

Color Harmonies of #DF41C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41C7

Black with #DF41C7

Text Example


Text Example

White with #DF41C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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