Html Css Color HEX #DF5ABF Free Speech Magenta

📋 copy color: '#DF5ABF'

red 223 ◦ green 90 ◦ blue 191

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

Shades of Free Speech Magenta #DF5ABF

Tints of Free Speech Magenta #DF5ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 44.25%
G = 17.86%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF5ABF (or 0xDF5ABF) is known color: Free Speech Magenta. HEX triplet: DF, 5A and BF. RGB value is (223,90,191). Sum of RGB (Red+Green+Blue) = 223+90+191=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ABF is #20A540. Grayscale: #8D8D8D. Windows color (decimal): -2139457 or 12540639. OLE color: 12540639.

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

Color convert

RGB 223 90 191 -
CMYK 0 0.60 0.14 0.13
HSL 314.44º 0.68% 0.61% -
HSV(B) 314.44º 0.6% 0.87% -
XYZ 43.49 26.76 52.16 -
YUV 141.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 223 90 191 0 0.60 0.14 0.13 314.44 0.68 0.61
Hex DF 5A BF 0 3C E D 13A 44 3D
Octal 337 132 277 0 74 16 15 472 104 75
Binary 11011111 1011010 10111111 0 111100 1110 1101 100111010 1000100 111101

Color Harmonies of #DF5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5ABF

Black with #DF5ABF

Text Example


Text Example

White with #DF5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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