Html Css Color HEX #DF52DD Free Speech Magenta

📋 copy color: '#DF52DD'

red 223 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #DF52DD

Tints of Free Speech Magenta #DF52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 42.4%
G = 15.59%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF52DD (or 0xDF52DD) is known color: Free Speech Magenta. HEX triplet: DF, 52 and DD. RGB value is (223,82,221). Sum of RGB (Red+Green+Blue) = 223+82+221=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52DD is #20AD22. Grayscale: #8B8B8B. Windows color (decimal): -2141475 or 14504671. OLE color: 14504671.

HSL color Cylindrical-coordinate representation of color #DF52DD: hue angle of 300.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF52DD is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 221 -
CMYK 0 0.63 0.01 0.13
HSL 300.85º 0.69% 0.6% -
HSV(B) 300.85º 0.63% 0.87% -
XYZ 46.5 26.94 71.16 -
YUV 140.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 223 82 221 0 0.63 0.01 0.13 300.85 0.69 0.6
Hex DF 52 DD 0 3F 1 D 12D 45 3C
Octal 337 122 335 0 77 1 15 455 105 74
Binary 11011111 1010010 11011101 0 111111 1 1101 100101101 1000101 111100

Color Harmonies of #DF52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52DD

Black with #DF52DD

Text Example


Text Example

White with #DF52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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