Html Css Color HEX #DC53DB Free Speech Magenta

📋 copy color: '#DC53DB'

red 220 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #DC53DB

Tints of Free Speech Magenta #DC53DB

RGB

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

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

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

R = 42.15%
G = 15.9%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC53DB (or 0xDC53DB) is known color: Free Speech Magenta. HEX triplet: DC, 53 and DB. RGB value is (220,83,219). Sum of RGB (Red+Green+Blue) = 220+83+219=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53DB is #23AC24. Grayscale: #8B8B8B. Windows color (decimal): -2337829 or 14373852. OLE color: 14373852.

HSL color Cylindrical-coordinate representation of color #DC53DB: hue angle of 300.44º 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 #DC53DB is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 219 -
CMYK 0 0.62 0.00 0.14
HSL 300.44º 0.66% 0.59% -
HSV(B) 300.44º 0.62% 0.86% -
XYZ 45.39 26.52 69.74 -
YUV 139.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 220 83 219 0 0.62 0.00 0.14 300.44 0.66 0.59
Hex DC 53 DB 0 3E 0 E 12C 42 3B
Octal 334 123 333 0 76 0 16 454 102 73
Binary 11011100 1010011 11011011 0 111110 0 1110 100101100 1000010 111011

Color Harmonies of #DC53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53DB

Black with #DC53DB

Text Example


Text Example

White with #DC53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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