Html Css Color HEX #DF5AC5 Free Speech Magenta

📋 copy color: '#DF5AC5'

red 223 ◦ green 90 ◦ blue 197

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

Shades of Free Speech Magenta #DF5AC5

Tints of Free Speech Magenta #DF5AC5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 43.73%
G = 17.65%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF5AC5 (or 0xDF5AC5) is known color: Free Speech Magenta. HEX triplet: DF, 5A and C5. RGB value is (223,90,197). Sum of RGB (Red+Green+Blue) = 223+90+197=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AC5 is #20A53A. Grayscale: #8D8D8D. Windows color (decimal): -2139451 or 12933855. OLE color: 12933855.

HSL color Cylindrical-coordinate representation of color #DF5AC5: hue angle of 311.73º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5AC5 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 197 -
CMYK 0 0.60 0.12 0.13
HSL 311.73º 0.68% 0.61% -
HSV(B) 311.73º 0.6% 0.87% -
XYZ 44.17 27.03 55.71 -
YUV 141.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 223 90 197 0 0.60 0.12 0.13 311.73 0.68 0.61
Hex DF 5A C5 0 3C C D 138 44 3D
Octal 337 132 305 0 74 14 15 470 104 75
Binary 11011111 1011010 11000101 0 111100 1100 1101 100111000 1000100 111101

Color Harmonies of #DF5AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AC5

Black with #DF5AC5

Text Example


Text Example

White with #DF5AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AC5; }

 p { color: rgb(223,90,197); }

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

background-color css

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

 a { background-color: rgb(223,90,197); }

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

border-color css

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

 span { border-color: rgb(223,90,197); }

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