Html Css Color HEX #DF47EE Free Speech Magenta

📋 copy color: '#DF47EE'

red 223 ◦ green 71 ◦ blue 238

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

Shades of Free Speech Magenta #DF47EE

Tints of Free Speech Magenta #DF47EE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.35%

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

R = 41.92%
G = 13.35%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF47EE (or 0xDF47EE) is known color: Free Speech Magenta. HEX triplet: DF, 47 and EE. RGB value is (223,71,238). Sum of RGB (Red+Green+Blue) = 223+71+238=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF47EE is #20B811. Grayscale: #868686. Windows color (decimal): -2144274 or 15615967. OLE color: 15615967.

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

Color convert

RGB 223 71 238 -
CMYK 0.06 0.70 0 0.07
HSL 294.61º 0.83% 0.61% -
HSV(B) 294.61º 0.7% 0.93% -
XYZ 48.12 26.37 83.44 -
YUV 135.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 223 71 238 0.06 0.70 0 0.07 294.61 0.83 0.61
Hex DF 47 EE 6 46 0 7 127 53 3D
Octal 337 107 356 6 106 0 7 447 123 75
Binary 11011111 1000111 11101110 110 1000110 0 111 100100111 1010011 111101

Color Harmonies of #DF47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47EE

Black with #DF47EE

Text Example


Text Example

White with #DF47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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