Html Css Color HEX #DF52E0 Free Speech Magenta

📋 copy color: '#DF52E0'

red 223 ◦ green 82 ◦ blue 224

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

Shades of Free Speech Magenta #DF52E0

Tints of Free Speech Magenta #DF52E0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.5%

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

R = 42.16%
G = 15.5%
B = 42.34%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF52E0 (or 0xDF52E0) is known color: Free Speech Magenta. HEX triplet: DF, 52 and E0. RGB value is (223,82,224). Sum of RGB (Red+Green+Blue) = 223+82+224=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF52E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52E0 is #20AD1F. Grayscale: #8B8B8B. Windows color (decimal): -2141472 or 14701279. OLE color: 14701279.

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

Color convert

RGB 223 82 224 -
CMYK 0.00 0.63 0 0.12
HSL 299.58º 0.7% 0.6% -
HSV(B) 299.58º 0.63% 0.88% -
XYZ 46.9 27.1 73.28 -
YUV 140.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 223 82 224 0.00 0.63 0 0.12 299.58 0.7 0.6
Hex DF 52 E0 0 3F 0 C 12C 46 3C
Octal 337 122 340 0 77 0 14 454 106 74
Binary 11011111 1010010 11100000 0 111111 0 1100 100101100 1000110 111100

Color Harmonies of #DF52E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52E0

Black with #DF52E0

Text Example


Text Example

White with #DF52E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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