Html Css Color HEX #DF40D6 Free Speech Magenta

📋 copy color: '#DF40D6'

red 223 ◦ green 64 ◦ blue 214

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

Shades of Free Speech Magenta #DF40D6

Tints of Free Speech Magenta #DF40D6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.77%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 44.51%
G = 12.77%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF40D6 (or 0xDF40D6) is known color: Free Speech Magenta. HEX triplet: DF, 40 and D6. RGB value is (223,64,214). Sum of RGB (Red+Green+Blue) = 223+64+214=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40D6 is #20BF29. Grayscale: #808080. Windows color (decimal): -2146090 or 14041311. OLE color: 14041311.

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

Color convert

RGB 223 64 214 -
CMYK 0 0.71 0.04 0.13
HSL 303.4º 0.71% 0.56% -
HSV(B) 303.4º 0.71% 0.87% -
XYZ 44.4 24.21 65.95 -
YUV 128.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 223 64 214 0 0.71 0.04 0.13 303.4 0.71 0.56
Hex DF 40 D6 0 47 4 D 12F 47 38
Octal 337 100 326 0 107 4 15 457 107 70
Binary 11011111 1000000 11010110 0 1000111 100 1101 100101111 1000111 111000

Color Harmonies of #DF40D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40D6

Black with #DF40D6

Text Example


Text Example

White with #DF40D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40D6; }

 p { color: rgb(223,64,214); }

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

background-color css

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

 a { background-color: rgb(223,64,214); }

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

border-color css

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

 span { border-color: rgb(223,64,214); }

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