Html Css Color HEX #DF50C1 Free Speech Magenta

📋 copy color: '#DF50C1'

red 223 ◦ green 80 ◦ blue 193

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

Shades of Free Speech Magenta #DF50C1

Tints of Free Speech Magenta #DF50C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 44.96%
G = 16.13%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF50C1 (or 0xDF50C1) is known color: Free Speech Magenta. HEX triplet: DF, 50 and C1. RGB value is (223,80,193). Sum of RGB (Red+Green+Blue) = 223+80+193=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50C1 is #20AF3E. Grayscale: #878787. Windows color (decimal): -2142015 or 12669151. OLE color: 12669151.

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

Color convert

RGB 223 80 193 -
CMYK 0 0.64 0.13 0.13
HSL 312.59º 0.69% 0.59% -
HSV(B) 312.59º 0.64% 0.87% -
XYZ 42.93 25.28 53.07 -
YUV 135.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 223 80 193 0 0.64 0.13 0.13 312.59 0.69 0.59
Hex DF 50 C1 0 40 D D 139 45 3B
Octal 337 120 301 0 100 15 15 471 105 73
Binary 11011111 1010000 11000001 0 1000000 1101 1101 100111001 1000101 111011

Color Harmonies of #DF50C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50C1

Black with #DF50C1

Text Example


Text Example

White with #DF50C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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