Html Css Color HEX #DE53DB Free Speech Magenta

📋 copy color: '#DE53DB'

red 222 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #DE53DB

Tints of Free Speech Magenta #DE53DB

RGB

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

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

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

R = 42.37%
G = 15.84%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE53DB (or 0xDE53DB) is known color: Free Speech Magenta. HEX triplet: DE, 53 and DB. RGB value is (222,83,219). Sum of RGB (Red+Green+Blue) = 222+83+219=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53DB is #21AC24. Grayscale: #8B8B8B. Windows color (decimal): -2206757 or 14373854. OLE color: 14373854.

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

Color convert

RGB 222 83 219 -
CMYK 0 0.63 0.01 0.13
HSL 301.3º 0.68% 0.6% -
HSV(B) 301.3º 0.63% 0.87% -
XYZ 46 26.83 69.77 -
YUV 140.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 222 83 219 0 0.63 0.01 0.13 301.3 0.68 0.6
Hex DE 53 DB 0 3F 1 D 12D 44 3C
Octal 336 123 333 0 77 1 15 455 104 74
Binary 11011110 1010011 11011011 0 111111 1 1101 100101101 1000100 111100

Color Harmonies of #DE53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53DB

Black with #DE53DB

Text Example


Text Example

White with #DE53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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