Html Css Color HEX #DF4AE0 Free Speech Magenta

📋 copy color: '#DF4AE0'

red 223 ◦ green 74 ◦ blue 224

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

Shades of Free Speech Magenta #DF4AE0

Tints of Free Speech Magenta #DF4AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.2%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 42.8%
G = 14.2%
B = 42.99%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF4AE0 (or 0xDF4AE0) is known color: Free Speech Magenta. HEX triplet: DF, 4A and E0. RGB value is (223,74,224). Sum of RGB (Red+Green+Blue) = 223+74+224=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF4AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AE0 is #20B51F. Grayscale: #878787. Windows color (decimal): -2143520 or 14699231. OLE color: 14699231.

HSL color Cylindrical-coordinate representation of color #DF4AE0: hue angle of 299.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4AE0 is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 74 224 -
CMYK 0.00 0.67 0 0.12
HSL 299.6º 0.71% 0.58% -
HSV(B) 299.6º 0.67% 0.88% -
XYZ 46.33 25.97 73.09 -
YUV 135.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 223 74 224 0.00 0.67 0 0.12 299.6 0.71 0.58
Hex DF 4A E0 0 43 0 C 12C 47 3A
Octal 337 112 340 0 103 0 14 454 107 72
Binary 11011111 1001010 11100000 0 1000011 0 1100 100101100 1000111 111010

Color Harmonies of #DF4AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AE0

Black with #DF4AE0

Text Example


Text Example

White with #DF4AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AE0; }

 p { color: rgb(223,74,224); }

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

background-color css

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

 a { background-color: rgb(223,74,224); }

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

border-color css

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

 span { border-color: rgb(223,74,224); }

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