Html Css Color HEX #DE53BC Free Speech Magenta

📋 copy color: '#DE53BC'

red 222 ◦ green 83 ◦ blue 188

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

Shades of Free Speech Magenta #DE53BC

Tints of Free Speech Magenta #DE53BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 45.03%
G = 16.84%
B = 38.13%

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

#DE53BC (or 0xDE53BC) is known color: Free Speech Magenta. HEX triplet: DE, 53 and BC. RGB value is (222,83,188). Sum of RGB (Red+Green+Blue) = 222+83+188=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53BC is #21AC43. Grayscale: #888888. Windows color (decimal): -2206788 or 12342238. OLE color: 12342238.

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

Color convert

RGB 222 83 188 -
CMYK 0 0.63 0.15 0.13
HSL 314.68º 0.68% 0.6% -
HSV(B) 314.68º 0.63% 0.87% -
XYZ 42.29 25.35 50.24 -
YUV 136.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 222 83 188 0 0.63 0.15 0.13 314.68 0.68 0.6
Hex DE 53 BC 0 3F F D 13B 44 3C
Octal 336 123 274 0 77 17 15 473 104 74
Binary 11011110 1010011 10111100 0 111111 1111 1101 100111011 1000100 111100

Color Harmonies of #DE53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53BC

Black with #DE53BC

Text Example


Text Example

White with #DE53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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