Html Css Color HEX #DF50B6 Free Speech Magenta

📋 copy color: '#DF50B6'

red 223 ◦ green 80 ◦ blue 182

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

Shades of Free Speech Magenta #DF50B6

Tints of Free Speech Magenta #DF50B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 45.98%
G = 16.49%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF50B6 (or 0xDF50B6) is known color: Free Speech Magenta. HEX triplet: DF, 50 and B6. RGB value is (223,80,182). Sum of RGB (Red+Green+Blue) = 223+80+182=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50B6 is #20AF49. Grayscale: #868686. Windows color (decimal): -2142026 or 11948255. OLE color: 11948255.

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

Color convert

RGB 223 80 182 -
CMYK 0 0.64 0.18 0.13
HSL 317.2º 0.69% 0.59% -
HSV(B) 317.2º 0.64% 0.87% -
XYZ 41.74 24.8 46.84 -
YUV 134.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 223 80 182 0 0.64 0.18 0.13 317.2 0.69 0.59
Hex DF 50 B6 0 40 12 D 13D 45 3B
Octal 337 120 266 0 100 22 15 475 105 73
Binary 11011111 1010000 10110110 0 1000000 10010 1101 100111101 1000101 111011

Color Harmonies of #DF50B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50B6

Black with #DF50B6

Text Example


Text Example

White with #DF50B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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