Html Css Color HEX #DE50DB Free Speech Magenta

📋 copy color: '#DE50DB'

red 222 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #DE50DB

Tints of Free Speech Magenta #DE50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

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

R = 42.61%
G = 15.36%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE50DB (or 0xDE50DB) is known color: Free Speech Magenta. HEX triplet: DE, 50 and DB. RGB value is (222,80,219). Sum of RGB (Red+Green+Blue) = 222+80+219=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50DB is #21AF24. Grayscale: #898989. Windows color (decimal): -2207525 or 14373086. OLE color: 14373086.

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

Color convert

RGB 222 80 219 -
CMYK 0 0.64 0.01 0.13
HSL 301.27º 0.68% 0.59% -
HSV(B) 301.27º 0.64% 0.87% -
XYZ 45.78 26.38 69.7 -
YUV 138.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 222 80 219 0 0.64 0.01 0.13 301.27 0.68 0.59
Hex DE 50 DB 0 40 1 D 12D 44 3B
Octal 336 120 333 0 100 1 15 455 104 73
Binary 11011110 1010000 11011011 0 1000000 1 1101 100101101 1000100 111011

Color Harmonies of #DE50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE50DB

Black with #DE50DB

Text Example


Text Example

White with #DE50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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