Html Css Color HEX #DF4DDD Free Speech Magenta

📋 copy color: '#DF4DDD'

red 223 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #DF4DDD

Tints of Free Speech Magenta #DF4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

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

R = 42.8%
G = 14.78%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF4DDD (or 0xDF4DDD) is known color: Free Speech Magenta. HEX triplet: DF, 4D and DD. RGB value is (223,77,221). Sum of RGB (Red+Green+Blue) = 223+77+221=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DDD is #20B222. Grayscale: #888888. Windows color (decimal): -2142755 or 14503391. OLE color: 14503391.

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

Color convert

RGB 223 77 221 -
CMYK 0 0.65 0.01 0.13
HSL 300.82º 0.7% 0.59% -
HSV(B) 300.82º 0.65% 0.87% -
XYZ 46.14 26.22 71.04 -
YUV 137.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 223 77 221 0 0.65 0.01 0.13 300.82 0.7 0.59
Hex DF 4D DD 0 41 1 D 12D 46 3B
Octal 337 115 335 0 101 1 15 455 106 73
Binary 11011111 1001101 11011101 0 1000001 1 1101 100101101 1000110 111011

Color Harmonies of #DF4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4DDD

Black with #DF4DDD

Text Example


Text Example

White with #DF4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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