Html Css Color HEX #DE47DF Free Speech Magenta

📋 copy color: '#DE47DF'

red 222 ◦ green 71 ◦ blue 223

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

Shades of Free Speech Magenta #DE47DF

Tints of Free Speech Magenta #DE47DF

RGB

 RED value IS 222 (87.11% from 255) = 43.02%

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 43.02%
G = 13.76%
B = 43.22%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE47DF (or 0xDE47DF) is known color: Free Speech Magenta. HEX triplet: DE, 47 and DF. RGB value is (222,71,223). Sum of RGB (Red+Green+Blue) = 222+71+223=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47DF is #21B820. Grayscale: #858585. Windows color (decimal): -2209825 or 14632926. OLE color: 14632926.

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

Color convert

RGB 222 71 223 -
CMYK 0.00 0.68 0 0.13
HSL 299.61º 0.7% 0.58% -
HSV(B) 299.61º 0.68% 0.87% -
XYZ 45.7 25.36 72.3 -
YUV 133.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 222 71 223 0.00 0.68 0 0.13 299.61 0.7 0.58
Hex DE 47 DF 0 44 0 D 12C 46 3A
Octal 336 107 337 0 104 0 15 454 106 72
Binary 11011110 1000111 11011111 0 1000100 0 1101 100101100 1000110 111010

Color Harmonies of #DE47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE47DF

Black with #DE47DF

Text Example


Text Example

White with #DE47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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