Html Css Color HEX #DF4AEE Free Speech Magenta

📋 copy color: '#DF4AEE'

red 223 ◦ green 74 ◦ blue 238

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

Shades of Free Speech Magenta #DF4AEE

Tints of Free Speech Magenta #DF4AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 41.68%
G = 13.83%
B = 44.49%

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

#DF4AEE (or 0xDF4AEE) is known color: Free Speech Magenta. HEX triplet: DF, 4A and EE. RGB value is (223,74,238). Sum of RGB (Red+Green+Blue) = 223+74+238=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4AEE is #20B511. Grayscale: #888888. Windows color (decimal): -2143506 or 15616735. OLE color: 15616735.

HSL color Cylindrical-coordinate representation of color #DF4AEE: hue angle of 294.51º degrees, saturation: 0.83, 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 #DF4AEE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 74 238 -
CMYK 0.06 0.69 0 0.07
HSL 294.51º 0.83% 0.61% -
HSV(B) 294.51º 0.69% 0.93% -
XYZ 48.31 26.76 83.51 -
YUV 137.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 223 74 238 0.06 0.69 0 0.07 294.51 0.83 0.61
Hex DF 4A EE 6 45 0 7 127 53 3D
Octal 337 112 356 6 105 0 7 447 123 75
Binary 11011111 1001010 11101110 110 1000101 0 111 100100111 1010011 111101

Color Harmonies of #DF4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AEE

Black with #DF4AEE

Text Example


Text Example

White with #DF4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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