Html Css Color HEX #DC49DB Free Speech Magenta

📋 copy color: '#DC49DB'

red 220 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #DC49DB

Tints of Free Speech Magenta #DC49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.26%

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

R = 42.97%
G = 14.26%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC49DB (or 0xDC49DB) is known color: Free Speech Magenta. HEX triplet: DC, 49 and DB. RGB value is (220,73,219). Sum of RGB (Red+Green+Blue) = 220+73+219=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49DB is #23B624. Grayscale: #858585. Windows color (decimal): -2340389 or 14371292. OLE color: 14371292.

HSL color Cylindrical-coordinate representation of color #DC49DB: hue angle of 300.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49DB is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 219 -
CMYK 0 0.67 0.00 0.14
HSL 300.41º 0.68% 0.57% -
HSV(B) 300.41º 0.67% 0.86% -
XYZ 44.68 25.1 69.51 -
YUV 133.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 220 73 219 0 0.67 0.00 0.14 300.41 0.68 0.57
Hex DC 49 DB 0 43 0 E 12C 44 39
Octal 334 111 333 0 103 0 16 454 104 71
Binary 11011100 1001001 11011011 0 1000011 0 1110 100101100 1000100 111001

Color Harmonies of #DC49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49DB

Black with #DC49DB

Text Example


Text Example

White with #DC49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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