Html Css Color HEX #DE53CE Free Speech Magenta

📋 copy color: '#DE53CE'

red 222 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Magenta #DE53CE

Tints of Free Speech Magenta #DE53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.24%

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

R = 43.44%
G = 16.24%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE53CE (or 0xDE53CE) is known color: Free Speech Magenta. HEX triplet: DE, 53 and CE. RGB value is (222,83,206). Sum of RGB (Red+Green+Blue) = 222+83+206=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53CE is #21AC31. Grayscale: #8A8A8A. Windows color (decimal): -2206770 or 13521886. OLE color: 13521886.

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

Color convert

RGB 222 83 206 -
CMYK 0 0.63 0.07 0.13
HSL 306.91º 0.68% 0.6% -
HSV(B) 306.91º 0.63% 0.87% -
XYZ 44.36 26.17 61.11 -
YUV 138.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 222 83 206 0 0.63 0.07 0.13 306.91 0.68 0.6
Hex DE 53 CE 0 3F 7 D 133 44 3C
Octal 336 123 316 0 77 7 15 463 104 74
Binary 11011110 1010011 11001110 0 111111 111 1101 100110011 1000100 111100

Color Harmonies of #DE53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53CE

Black with #DE53CE

Text Example


Text Example

White with #DE53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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