Html Css Color HEX #DF4AED Free Speech Magenta

📋 copy color: '#DF4AED'

red 223 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #DF4AED

Tints of Free Speech Magenta #DF4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 41.76%
G = 13.86%
B = 44.38%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF4AED (or 0xDF4AED) is known color: Free Speech Magenta. HEX triplet: DF, 4A and ED. RGB value is (223,74,237). Sum of RGB (Red+Green+Blue) = 223+74+237=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4AED is #20B512. Grayscale: #888888. Windows color (decimal): -2143507 or 15551199. OLE color: 15551199.

HSL color Cylindrical-coordinate representation of color #DF4AED: hue angle of 294.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4AED is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 74 237 -
CMYK 0.06 0.69 0 0.07
HSL 294.85º 0.82% 0.61% -
HSV(B) 294.85º 0.69% 0.93% -
XYZ 48.17 26.7 82.74 -
YUV 137.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 223 74 237 0.06 0.69 0 0.07 294.85 0.82 0.61
Hex DF 4A ED 6 45 0 7 127 52 3D
Octal 337 112 355 6 105 0 7 447 122 75
Binary 11011111 1001010 11101101 110 1000101 0 111 100100111 1010010 111101

Color Harmonies of #DF4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AED

Black with #DF4AED

Text Example


Text Example

White with #DF4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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