Html Css Color HEX #DC5EDD Free Speech Magenta

📋 copy color: '#DC5EDD'

red 220 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #DC5EDD

Tints of Free Speech Magenta #DC5EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.57%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 41.12%
G = 17.57%
B = 41.31%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC5EDD (or 0xDC5EDD) is known color: Free Speech Magenta. HEX triplet: DC, 5E and DD. RGB value is (220,94,221). Sum of RGB (Red+Green+Blue) = 220+94+221=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EDD is #23A122. Grayscale: #919191. Windows color (decimal): -2335011 or 14507740. OLE color: 14507740.

HSL color Cylindrical-coordinate representation of color #DC5EDD: hue angle of 299.53º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EDD is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 94 221 -
CMYK 0.00 0.57 0 0.13
HSL 299.53º 0.65% 0.62% -
HSV(B) 299.53º 0.57% 0.87% -
XYZ 46.57 28.44 71.44 -
YUV 146.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 220 94 221 0.00 0.57 0 0.13 299.53 0.65 0.62
Hex DC 5E DD 0 39 0 D 12C 41 3E
Octal 334 136 335 0 71 0 15 454 101 76
Binary 11011100 1011110 11011101 0 111001 0 1101 100101100 1000001 111110

Color Harmonies of #DC5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EDD

Black with #DC5EDD

Text Example


Text Example

White with #DC5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EDD; }

 p { color: rgb(220,94,221); }

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

background-color css

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

 a { background-color: rgb(220,94,221); }

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

border-color css

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

 span { border-color: rgb(220,94,221); }

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