Html Css Color HEX #DE47DB Free Speech Magenta

📋 copy color: '#DE47DB'

red 222 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DE47DB

Tints of Free Speech Magenta #DE47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 43.36%
G = 13.87%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE47DB (or 0xDE47DB) is known color: Free Speech Magenta. HEX triplet: DE, 47 and DB. RGB value is (222,71,219). Sum of RGB (Red+Green+Blue) = 222+71+219=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47DB is #21B824. Grayscale: #848484. Windows color (decimal): -2209829 or 14370782. OLE color: 14370782.

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

Color convert

RGB 222 71 219 -
CMYK 0 0.68 0.01 0.13
HSL 301.19º 0.7% 0.57% -
HSV(B) 301.19º 0.68% 0.87% -
XYZ 45.16 25.15 69.49 -
YUV 133.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 222 71 219 0 0.68 0.01 0.13 301.19 0.7 0.57
Hex DE 47 DB 0 44 1 D 12D 46 39
Octal 336 107 333 0 104 1 15 455 106 71
Binary 11011110 1000111 11011011 0 1000100 1 1101 100101101 1000110 111001

Color Harmonies of #DE47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE47DB

Black with #DE47DB

Text Example


Text Example

White with #DE47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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