Html Css Color HEX #DF47ED Free Speech Magenta

📋 copy color: '#DF47ED'

red 223 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #DF47ED

Tints of Free Speech Magenta #DF47ED

RGB

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

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

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

R = 42%
G = 13.37%
B = 44.63%

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

#DF47ED (or 0xDF47ED) is known color: Free Speech Magenta. HEX triplet: DF, 47 and ED. RGB value is (223,71,237). Sum of RGB (Red+Green+Blue) = 223+71+237=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF47ED is #20B812. Grayscale: #868686. Windows color (decimal): -2144275 or 15550431. OLE color: 15550431.

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

Color convert

RGB 223 71 237 -
CMYK 0.06 0.70 0 0.07
HSL 294.94º 0.82% 0.6% -
HSV(B) 294.94º 0.7% 0.93% -
XYZ 47.97 26.31 82.67 -
YUV 135.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 223 71 237 0.06 0.70 0 0.07 294.94 0.82 0.6
Hex DF 47 ED 6 46 0 7 127 52 3C
Octal 337 107 355 6 106 0 7 447 122 74
Binary 11011111 1000111 11101101 110 1000110 0 111 100100111 1010010 111100

Color Harmonies of #DF47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47ED

Black with #DF47ED

Text Example


Text Example

White with #DF47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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