Html Css Color HEX #DE48CE Free Speech Magenta

📋 copy color: '#DE48CE'

red 222 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #DE48CE

Tints of Free Speech Magenta #DE48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 44.4%
G = 14.4%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE48CE (or 0xDE48CE) is known color: Free Speech Magenta. HEX triplet: DE, 48 and CE. RGB value is (222,72,206). Sum of RGB (Red+Green+Blue) = 222+72+206=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE48CE is #21B731. Grayscale: #838383. Windows color (decimal): -2209586 or 13519070. OLE color: 13519070.

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

Color convert

RGB 222 72 206 -
CMYK 0 0.68 0.07 0.13
HSL 306.4º 0.69% 0.58% -
HSV(B) 306.4º 0.68% 0.87% -
XYZ 43.58 24.62 60.85 -
YUV 132.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 222 72 206 0 0.68 0.07 0.13 306.4 0.69 0.58
Hex DE 48 CE 0 44 7 D 132 45 3A
Octal 336 110 316 0 104 7 15 462 105 72
Binary 11011110 1001000 11001110 0 1000100 111 1101 100110010 1000101 111010

Color Harmonies of #DE48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE48CE

Black with #DE48CE

Text Example


Text Example

White with #DE48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE48CE; }

 p { color: rgb(222,72,206); }

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

background-color css

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

 a { background-color: rgb(222,72,206); }

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

border-color css

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

 span { border-color: rgb(222,72,206); }

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