Html Css Color HEX #DF50BD Free Speech Magenta

📋 copy color: '#DF50BD'

red 223 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Magenta #DF50BD

Tints of Free Speech Magenta #DF50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 45.33%
G = 16.26%
B = 38.41%

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

#DF50BD (or 0xDF50BD) is known color: Free Speech Magenta. HEX triplet: DF, 50 and BD. RGB value is (223,80,189). Sum of RGB (Red+Green+Blue) = 223+80+189=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50BD is #20AF42. Grayscale: #868686. Windows color (decimal): -2142019 or 12407007. OLE color: 12407007.

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

Color convert

RGB 223 80 189 -
CMYK 0 0.64 0.15 0.13
HSL 314.27º 0.69% 0.59% -
HSV(B) 314.27º 0.64% 0.87% -
XYZ 42.49 25.1 50.75 -
YUV 135.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 223 80 189 0 0.64 0.15 0.13 314.27 0.69 0.59
Hex DF 50 BD 0 40 F D 13A 45 3B
Octal 337 120 275 0 100 17 15 472 105 73
Binary 11011111 1010000 10111101 0 1000000 1111 1101 100111010 1000101 111011

Color Harmonies of #DF50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50BD

Black with #DF50BD

Text Example


Text Example

White with #DF50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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