Html Css Color HEX #DF50C9 Free Speech Magenta

📋 copy color: '#DF50C9'

red 223 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #DF50C9

Tints of Free Speech Magenta #DF50C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

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

R = 44.25%
G = 15.87%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF50C9 (or 0xDF50C9) is known color: Free Speech Magenta. HEX triplet: DF, 50 and C9. RGB value is (223,80,201). Sum of RGB (Red+Green+Blue) = 223+80+201=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50C9 is #20AF36. Grayscale: #888888. Windows color (decimal): -2142007 or 13193439. OLE color: 13193439.

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

Color convert

RGB 223 80 201 -
CMYK 0 0.64 0.10 0.13
HSL 309.23º 0.69% 0.59% -
HSV(B) 309.23º 0.64% 0.87% -
XYZ 43.84 25.64 57.9 -
YUV 136.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 223 80 201 0 0.64 0.10 0.13 309.23 0.69 0.59
Hex DF 50 C9 0 40 A D 135 45 3B
Octal 337 120 311 0 100 12 15 465 105 73
Binary 11011111 1010000 11001001 0 1000000 1010 1101 100110101 1000101 111011

Color Harmonies of #DF50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50C9

Black with #DF50C9

Text Example


Text Example

White with #DF50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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