Html Css Color HEX #DF42F9 Free Speech Magenta

📋 copy color: '#DF42F9'

red 223 ◦ green 66 ◦ blue 249

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

Shades of Free Speech Magenta #DF42F9

Tints of Free Speech Magenta #DF42F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.27%

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 41.45%
G = 12.27%
B = 46.28%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF42F9 (or 0xDF42F9) is known color: Free Speech Magenta. HEX triplet: DF, 42 and F9. RGB value is (223,66,249). Sum of RGB (Red+Green+Blue) = 223+66+249=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 66 (26.17% from 255 or 12.27% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42F9 is #20BD06. Grayscale: #858585. Windows color (decimal): -2145543 or 16335583. OLE color: 16335583.

HSL color Cylindrical-coordinate representation of color #DF42F9: hue angle of 291.48º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF42F9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 66 249 -
CMYK 0.10 0.73 0 0.02
HSL 291.48º 0.94% 0.62% -
HSV(B) 291.48º 0.73% 0.98% -
XYZ 49.48 26.42 92.12 -
YUV 133.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 223 66 249 0.10 0.73 0 0.02 291.48 0.94 0.62
Hex DF 42 F9 A 49 0 2 123 5E 3E
Octal 337 102 371 12 111 0 2 443 136 76
Binary 11011111 1000010 11111001 1010 1001001 0 10 100100011 1011110 111110

Color Harmonies of #DF42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42F9

Black with #DF42F9

Text Example


Text Example

White with #DF42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42F9; }

 p { color: rgb(223,66,249); }

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

background-color css

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

 a { background-color: rgb(223,66,249); }

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

border-color css

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

 span { border-color: rgb(223,66,249); }

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