Html Css Color HEX #DC5ADB Free Speech Magenta

📋 copy color: '#DC5ADB'

red 220 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #DC5ADB

Tints of Free Speech Magenta #DC5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.01%

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

R = 41.59%
G = 17.01%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC5ADB (or 0xDC5ADB) is known color: Free Speech Magenta. HEX triplet: DC, 5A and DB. RGB value is (220,90,219). Sum of RGB (Red+Green+Blue) = 220+90+219=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ADB is #23A524. Grayscale: #8F8F8F. Windows color (decimal): -2336037 or 14375644. OLE color: 14375644.

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

Color convert

RGB 220 90 219 -
CMYK 0 0.59 0.00 0.14
HSL 300.46º 0.65% 0.61% -
HSV(B) 300.46º 0.59% 0.86% -
XYZ 45.96 27.64 69.93 -
YUV 143.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 220 90 219 0 0.59 0.00 0.14 300.46 0.65 0.61
Hex DC 5A DB 0 3B 0 E 12C 41 3D
Octal 334 132 333 0 73 0 16 454 101 75
Binary 11011100 1011010 11011011 0 111011 0 1110 100101100 1000001 111101

Color Harmonies of #DC5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ADB

Black with #DC5ADB

Text Example


Text Example

White with #DC5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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