Html Css Color HEX #DC5DDB Free Speech Magenta

📋 copy color: '#DC5DDB'

red 220 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #DC5DDB

Tints of Free Speech Magenta #DC5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

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

R = 41.35%
G = 17.48%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC5DDB (or 0xDC5DDB) is known color: Free Speech Magenta. HEX triplet: DC, 5D and DB. RGB value is (220,93,219). Sum of RGB (Red+Green+Blue) = 220+93+219=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DDB is #23A224. Grayscale: #909090. Windows color (decimal): -2335269 or 14376412. OLE color: 14376412.

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

Color convert

RGB 220 93 219 -
CMYK 0 0.58 0.00 0.14
HSL 300.47º 0.64% 0.61% -
HSV(B) 300.47º 0.58% 0.86% -
XYZ 46.22 28.16 70.02 -
YUV 145.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 220 93 219 0 0.58 0.00 0.14 300.47 0.64 0.61
Hex DC 5D DB 0 3A 0 E 12C 40 3D
Octal 334 135 333 0 72 0 16 454 100 75
Binary 11011100 1011101 11011011 0 111010 0 1110 100101100 1000000 111101

Color Harmonies of #DC5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DDB

Black with #DC5DDB

Text Example


Text Example

White with #DC5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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