Html Css Color HEX #DF5FD5 Free Speech Magenta

📋 copy color: '#DF5FD5'

red 223 ◦ green 95 ◦ blue 213

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

Shades of Free Speech Magenta #DF5FD5

Tints of Free Speech Magenta #DF5FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 42%
G = 17.89%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF5FD5 (or 0xDF5FD5) is known color: Free Speech Magenta. HEX triplet: DF, 5F and D5. RGB value is (223,95,213). Sum of RGB (Red+Green+Blue) = 223+95+213=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FD5 is #20A02A. Grayscale: #929292. Windows color (decimal): -2138155 or 13983711. OLE color: 13983711.

HSL color Cylindrical-coordinate representation of color #DF5FD5: hue angle of 304.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FD5 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 95 213 -
CMYK 0 0.57 0.04 0.13
HSL 304.69º 0.67% 0.62% -
HSV(B) 304.69º 0.57% 0.87% -
XYZ 46.53 28.68 66.03 -
YUV 146.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 223 95 213 0 0.57 0.04 0.13 304.69 0.67 0.62
Hex DF 5F D5 0 39 4 D 131 43 3E
Octal 337 137 325 0 71 4 15 461 103 76
Binary 11011111 1011111 11010101 0 111001 100 1101 100110001 1000011 111110

Color Harmonies of #DF5FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FD5

Black with #DF5FD5

Text Example


Text Example

White with #DF5FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FD5; }

 p { color: rgb(223,95,213); }

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

background-color css

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

 a { background-color: rgb(223,95,213); }

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

border-color css

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

 span { border-color: rgb(223,95,213); }

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