Html Css Color HEX #DC60BE Free Speech Magenta

📋 copy color: '#DC60BE'

red 220 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Magenta #DC60BE

Tints of Free Speech Magenta #DC60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 43.48%
G = 18.97%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC60BE (or 0xDC60BE) is known color: Free Speech Magenta. HEX triplet: DC, 60 and BE. RGB value is (220,96,190). Sum of RGB (Red+Green+Blue) = 220+96+190=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60BE is #239F41. Grayscale: #8F8F8F. Windows color (decimal): -2334530 or 12476636. OLE color: 12476636.

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

Color convert

RGB 220 96 190 -
CMYK 0 0.56 0.14 0.14
HSL 314.52º 0.64% 0.62% -
HSV(B) 314.52º 0.56% 0.86% -
XYZ 42.99 27.3 51.72 -
YUV 143.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 220 96 190 0 0.56 0.14 0.14 314.52 0.64 0.62
Hex DC 60 BE 0 38 E E 13B 40 3E
Octal 334 140 276 0 70 16 16 473 100 76
Binary 11011100 1100000 10111110 0 111000 1110 1110 100111011 1000000 111110

Color Harmonies of #DC60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60BE

Black with #DC60BE

Text Example


Text Example

White with #DC60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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