Html Css Color HEX #DF41CC Free Speech Magenta

📋 copy color: '#DF41CC'

red 223 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Magenta #DF41CC

Tints of Free Speech Magenta #DF41CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 45.33%
G = 13.21%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF41CC (or 0xDF41CC) is known color: Free Speech Magenta. HEX triplet: DF, 41 and CC. RGB value is (223,65,204). Sum of RGB (Red+Green+Blue) = 223+65+204=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41CC is #20BE33. Grayscale: #7F7F7F. Windows color (decimal): -2145844 or 13386207. OLE color: 13386207.

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

Color convert

RGB 223 65 204 -
CMYK 0 0.71 0.09 0.13
HSL 307.22º 0.71% 0.56% -
HSV(B) 307.22º 0.71% 0.87% -
XYZ 43.22 23.83 59.45 -
YUV 128.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 223 65 204 0 0.71 0.09 0.13 307.22 0.71 0.56
Hex DF 41 CC 0 47 9 D 133 47 38
Octal 337 101 314 0 107 11 15 463 107 70
Binary 11011111 1000001 11001100 0 1000111 1001 1101 100110011 1000111 111000

Color Harmonies of #DF41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41CC

Black with #DF41CC

Text Example


Text Example

White with #DF41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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