Html Css Color HEX #DC53BF Free Speech Magenta

📋 copy color: '#DC53BF'

red 220 ◦ green 83 ◦ blue 191

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

Shades of Free Speech Magenta #DC53BF

Tints of Free Speech Magenta #DC53BF

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

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

 BLUE value IS 191 (75% from 255) = 38.66%

R = 44.53%
G = 16.8%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC53BF (or 0xDC53BF) is known color: Free Speech Magenta. HEX triplet: DC, 53 and BF. RGB value is (220,83,191). Sum of RGB (Red+Green+Blue) = 220+83+191=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53BF is #23AC40. Grayscale: #878787. Windows color (decimal): -2337857 or 12538844. OLE color: 12538844.

HSL color Cylindrical-coordinate representation of color #DC53BF: hue angle of 312.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53BF is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 191 -
CMYK 0 0.62 0.13 0.14
HSL 312.7º 0.66% 0.59% -
HSV(B) 312.7º 0.62% 0.86% -
XYZ 42.01 25.16 51.93 -
YUV 136.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 220 83 191 0 0.62 0.13 0.14 312.7 0.66 0.59
Hex DC 53 BF 0 3E D E 139 42 3B
Octal 334 123 277 0 76 15 16 471 102 73
Binary 11011100 1010011 10111111 0 111110 1101 1110 100111001 1000010 111011

Color Harmonies of #DC53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53BF

Black with #DC53BF

Text Example


Text Example

White with #DC53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53BF; }

 p { color: rgb(220,83,191); }

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

background-color css

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

 a { background-color: rgb(220,83,191); }

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

border-color css

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

 span { border-color: rgb(220,83,191); }

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