Html Css Color HEX #DF51BE Free Speech Magenta

📋 copy color: '#DF51BE'

red 223 ◦ green 81 ◦ blue 190

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

Shades of Free Speech Magenta #DF51BE

Tints of Free Speech Magenta #DF51BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.4%

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

R = 45.14%
G = 16.4%
B = 38.46%

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

#DF51BE (or 0xDF51BE) is known color: Free Speech Magenta. HEX triplet: DF, 51 and BE. RGB value is (223,81,190). Sum of RGB (Red+Green+Blue) = 223+81+190=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51BE is #20AE41. Grayscale: #878787. Windows color (decimal): -2141762 or 12472799. OLE color: 12472799.

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

Color convert

RGB 223 81 190 -
CMYK 0 0.64 0.15 0.13
HSL 313.94º 0.69% 0.6% -
HSV(B) 313.94º 0.64% 0.87% -
XYZ 42.67 25.29 51.35 -
YUV 135.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 223 81 190 0 0.64 0.15 0.13 313.94 0.69 0.6
Hex DF 51 BE 0 40 F D 13A 45 3C
Octal 337 121 276 0 100 17 15 472 105 74
Binary 11011111 1010001 10111110 0 1000000 1111 1101 100111010 1000101 111100

Color Harmonies of #DF51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF51BE

Black with #DF51BE

Text Example


Text Example

White with #DF51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF51BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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