Html Css Color HEX #DF50BE Free Speech Magenta

📋 copy color: '#DF50BE'

red 223 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Magenta #DF50BE

Tints of Free Speech Magenta #DF50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 45.23%
G = 16.23%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF50BE (or 0xDF50BE) is known color: Free Speech Magenta. HEX triplet: DF, 50 and BE. RGB value is (223,80,190). Sum of RGB (Red+Green+Blue) = 223+80+190=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50BE is #20AF41. Grayscale: #878787. Windows color (decimal): -2142018 or 12472543. OLE color: 12472543.

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

Color convert

RGB 223 80 190 -
CMYK 0 0.64 0.15 0.13
HSL 313.85º 0.69% 0.59% -
HSV(B) 313.85º 0.64% 0.87% -
XYZ 42.59 25.14 51.32 -
YUV 135.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 223 80 190 0 0.64 0.15 0.13 313.85 0.69 0.59
Hex DF 50 BE 0 40 F D 13A 45 3B
Octal 337 120 276 0 100 17 15 472 105 73
Binary 11011111 1010000 10111110 0 1000000 1111 1101 100111010 1000101 111011

Color Harmonies of #DF50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50BE

Black with #DF50BE

Text Example


Text Example

White with #DF50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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