Html Css Color HEX #DE53BD Free Speech Magenta

📋 copy color: '#DE53BD'

red 222 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #DE53BD

Tints of Free Speech Magenta #DE53BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 44.94%
G = 16.8%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE53BD (or 0xDE53BD) is known color: Free Speech Magenta. HEX triplet: DE, 53 and BD. RGB value is (222,83,189). Sum of RGB (Red+Green+Blue) = 222+83+189=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53BD is #21AC42. Grayscale: #888888. Windows color (decimal): -2206787 or 12407774. OLE color: 12407774.

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

Color convert

RGB 222 83 189 -
CMYK 0 0.63 0.15 0.13
HSL 314.24º 0.68% 0.6% -
HSV(B) 314.24º 0.63% 0.87% -
XYZ 42.4 25.39 50.81 -
YUV 136.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 222 83 189 0 0.63 0.15 0.13 314.24 0.68 0.6
Hex DE 53 BD 0 3F F D 13A 44 3C
Octal 336 123 275 0 77 17 15 472 104 74
Binary 11011110 1010011 10111101 0 111111 1111 1101 100111010 1000100 111100

Color Harmonies of #DE53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53BD

Black with #DE53BD

Text Example


Text Example

White with #DE53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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