Html Css Color HEX #DE46C5 Free Speech Magenta

📋 copy color: '#DE46C5'

red 222 ◦ green 70 ◦ blue 197

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

Shades of Free Speech Magenta #DE46C5

Tints of Free Speech Magenta #DE46C5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.31%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 45.4%
G = 14.31%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE46C5 (or 0xDE46C5) is known color: Free Speech Magenta. HEX triplet: DE, 46 and C5. RGB value is (222,70,197). Sum of RGB (Red+Green+Blue) = 222+70+197=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE46C5 is #21B93A. Grayscale: #818181. Windows color (decimal): -2210107 or 12928734. OLE color: 12928734.

HSL color Cylindrical-coordinate representation of color #DE46C5: hue angle of 309.87º 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 #DE46C5 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 70 197 -
CMYK 0 0.68 0.11 0.13
HSL 309.87º 0.7% 0.57% -
HSV(B) 309.87º 0.68% 0.87% -
XYZ 42.39 23.94 55.21 -
YUV 129.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 222 70 197 0 0.68 0.11 0.13 309.87 0.7 0.57
Hex DE 46 C5 0 44 B D 136 46 39
Octal 336 106 305 0 104 13 15 466 106 71
Binary 11011110 1000110 11000101 0 1000100 1011 1101 100110110 1000110 111001

Color Harmonies of #DE46C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE46C5

Black with #DE46C5

Text Example


Text Example

White with #DE46C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE46C5; }

 p { color: rgb(222,70,197); }

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

background-color css

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

 a { background-color: rgb(222,70,197); }

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

border-color css

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

 span { border-color: rgb(222,70,197); }

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