Html Css Color HEX #DC60E6 Free Speech Magenta

📋 copy color: '#DC60E6'

red 220 ◦ green 96 ◦ blue 230

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

Shades of Free Speech Magenta #DC60E6

Tints of Free Speech Magenta #DC60E6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.58%

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

R = 40.29%
G = 17.58%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC60E6 (or 0xDC60E6) is known color: Free Speech Magenta. HEX triplet: DC, 60 and E6. RGB value is (220,96,230). Sum of RGB (Red+Green+Blue) = 220+96+230=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60E6 is #239F19. Grayscale: #939393. Windows color (decimal): -2334490 or 15098076. OLE color: 15098076.

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

Color convert

RGB 220 96 230 -
CMYK 0.04 0.58 0 0.10
HSL 295.52º 0.73% 0.64% -
HSV(B) 295.52º 0.58% 0.9% -
XYZ 47.98 29.29 77.99 -
YUV 148.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 220 96 230 0.04 0.58 0 0.10 295.52 0.73 0.64
Hex DC 60 E6 4 3A 0 A 128 49 40
Octal 334 140 346 4 72 0 12 450 111 100
Binary 11011100 1100000 11100110 100 111010 0 1010 100101000 1001001 1000000

Color Harmonies of #DC60E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60E6

Black with #DC60E6

Text Example


Text Example

White with #DC60E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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