Html Css Color HEX #DC5FE6 Free Speech Magenta

📋 copy color: '#DC5FE6'

red 220 ◦ green 95 ◦ blue 230

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

Shades of Free Speech Magenta #DC5FE6

Tints of Free Speech Magenta #DC5FE6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 40.37%
G = 17.43%
B = 42.2%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC5FE6 (or 0xDC5FE6) is known color: Free Speech Magenta. HEX triplet: DC, 5F and E6. RGB value is (220,95,230). Sum of RGB (Red+Green+Blue) = 220+95+230=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FE6 is #23A019. Grayscale: #939393. Windows color (decimal): -2334746 or 15097820. OLE color: 15097820.

HSL color Cylindrical-coordinate representation of color #DC5FE6: hue angle of 295.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5FE6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 95 230 -
CMYK 0.04 0.59 0 0.10
HSL 295.56º 0.73% 0.64% -
HSV(B) 295.56º 0.59% 0.9% -
XYZ 47.89 29.11 77.96 -
YUV 147.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 220 95 230 0.04 0.59 0 0.10 295.56 0.73 0.64
Hex DC 5F E6 4 3B 0 A 128 49 40
Octal 334 137 346 4 73 0 12 450 111 100
Binary 11011100 1011111 11100110 100 111011 0 1010 100101000 1001001 1000000

Color Harmonies of #DC5FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FE6

Black with #DC5FE6

Text Example


Text Example

White with #DC5FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FE6; }

 p { color: rgb(220,95,230); }

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

background-color css

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

 a { background-color: rgb(220,95,230); }

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

border-color css

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

 span { border-color: rgb(220,95,230); }

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