Html Css Color HEX #DE41CE Free Speech Magenta

📋 copy color: '#DE41CE'

red 222 ◦ green 65 ◦ blue 206

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

Shades of Free Speech Magenta #DE41CE

Tints of Free Speech Magenta #DE41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.18%

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

R = 45.03%
G = 13.18%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE41CE (or 0xDE41CE) is known color: Free Speech Magenta. HEX triplet: DE, 41 and CE. RGB value is (222,65,206). Sum of RGB (Red+Green+Blue) = 222+65+206=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE41CE is #21BE31. Grayscale: #7F7F7F. Windows color (decimal): -2211378 or 13517278. OLE color: 13517278.

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

Color convert

RGB 222 65 206 -
CMYK 0 0.71 0.07 0.13
HSL 306.11º 0.7% 0.56% -
HSV(B) 306.11º 0.71% 0.87% -
XYZ 43.16 23.77 60.71 -
YUV 128.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 222 65 206 0 0.71 0.07 0.13 306.11 0.7 0.56
Hex DE 41 CE 0 47 7 D 132 46 38
Octal 336 101 316 0 107 7 15 462 106 70
Binary 11011110 1000001 11001110 0 1000111 111 1101 100110010 1000110 111000

Color Harmonies of #DE41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE41CE

Black with #DE41CE

Text Example


Text Example

White with #DE41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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